acl/lib_tls/util/stringops.h

8 lines
168 B
C
Raw Normal View History

#ifndef __STRINGOPS_INCLUDE_H__
2014-11-19 00:25:21 +08:00
#define __STRINGOPS_INCLUDE_H__
char *printable(char *string, int replacement);
int allprint(const char *string);
#endif