diff options
| author | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
| commit | 69aec538b456402170dc723af417ba5c05389c32 (patch) | |
| tree | e6f34c543f17c6392447ea337b2e2868212424d1 /str.h | |
| download | qmail-69aec538b456402170dc723af417ba5c05389c32.tar.gz qmail-69aec538b456402170dc723af417ba5c05389c32.tar.bz2 qmail-69aec538b456402170dc723af417ba5c05389c32.zip | |
qmail 1.03 import
Diffstat (limited to 'str.h')
| -rw-r--r-- | str.h | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -0,0 +1,14 @@ | |||
| 1 | #ifndef STR_H | ||
| 2 | #define STR_H | ||
| 3 | |||
| 4 | extern unsigned int str_copy(); | ||
| 5 | extern int str_diff(); | ||
| 6 | extern int str_diffn(); | ||
| 7 | extern unsigned int str_len(); | ||
| 8 | extern unsigned int str_chr(); | ||
| 9 | extern unsigned int str_rchr(); | ||
| 10 | extern int str_start(); | ||
| 11 | |||
| 12 | #define str_equal(s,t) (!str_diff((s),(t))) | ||
| 13 | |||
| 14 | #endif | ||
