acl/lib_tls/util/stringops.h

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