Mercurial > hg > aim92
comparison tools/strmatch.h @ 0:5242703e91d3 tip
Initial checkin for AIM92 aimR8.2 (last updated May 1997).
author | tomwalters |
---|---|
date | Fri, 20 May 2011 15:19:45 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:5242703e91d3 |
---|---|
1 | |
2 /* #include <strings.h> */ | |
3 #include <string.h> | |
4 #include <ctype.h> | |
5 | |
6 | |
7 int isempty() ; | |
8 int isnull() ; | |
9 int isnullorempty() ; | |
10 int isstr() ; | |
11 int iststr() ; | |
12 int isnumber() ; | |
13 int strspnbrk() ; | |
14 int strcspnbrk() ; | |
15 int strtcmp() ; | |
16 int strtrcmp() ; | |
17 int streqspn() ; | |
18 int strnumspn() ; | |
19 | |
20 char *terminator() ; | |
21 char *strnumptr() ; | |
22 char *strpnum() ; | |
23 char *strcnum() ; | |
24 char *strcbrk() ; | |
25 char *strpsep() ; | |
26 char *strsep() ; | |
27 | |
28 char *listcmp() ; | |
29 char *listrcmp() ; | |
30 int listindex() ; | |
31 | |
32 char *itoa() ; |