mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
8 lines
168 B
C
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
|