acl/lib_tls/util/stringops.h
2014-11-19 00:25:21 +08:00

8 lines
168 B
C

#ifndef __STRINGOPS_INCLUDE_H__
#define __STRINGOPS_INCLUDE_H__
char *printable(char *string, int replacement);
int allprint(const char *string);
#endif