File: string.h

package info (click to toggle)
swish-e 1.1-1
  • links: PTS
  • area: main
  • in suites: hamm, potato, slink
  • size: 380 kB
  • ctags: 340
  • sloc: ansic: 4,540; makefile: 77; sh: 12
file content (21 lines) | stat: -rwxr-xr-x 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
** Copyright (C) 1995, Enterprise Integration Technologies Corp.        
** All Rights Reserved.
** Kevin Hughes, kevinh@eit.com 
** 3/11/94
*/

char *lstrstr();
char *getword();
char *getconfvalue();
char *parsetitle();
char *mystrdup();
int iswordchar();
char *replace();
int wordcompare();
char *convertentities();
char *getent();
char *converttonamed();
int hasnumbered();
char *converttoascii();
int hasnonascii();