Changeset 309 in Sophya for trunk/SophyaLib/NTools/strutil.h
- Timestamp:
- May 19, 1999, 6:29:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/strutil.h
r220 r309 22 22 #ifndef STRUTIL_H_SEEN 23 23 #define STRUTIL_H_SEEN 24 #include <stdlib.h>25 #include <ctype.h>26 #include <string.h>27 24 28 25 #ifdef __cplusplus … … 40 37 int poslc(const char* cst, char sec); 41 38 int strip(char* cst, char opt, char bc); 42 int padstr(char* spo, charlpa, int bc);39 int padstr(char* spo, int lpa, int bc); 43 40 44 41 /* Eric L. 11-03-94 */
Note:
See TracChangeset
for help on using the changeset viewer.