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