annotate lib/memcoll.h @ 2705:e17209e9562d
[!HAVE_DECL_STRNLEN]: Declare strnlen.
author |
Jim Meyering <jim@meyering.net> |
date |
Tue, 04 Jul 2000 17:37:43 +0000 |
parents |
0f0905dd78b2 |
children |
df44e79ce676 |
rev |
line source |
1869
|
1 #ifndef MEMCOLL_H_ |
|
2 # define MEMCOLL_H_ 1 |
|
3 |
|
4 # if HAVE_CONFIG_H |
|
5 # include <config.h> |
|
6 # endif |
|
7 |
|
8 # ifndef PARAMS |
|
9 # if defined PROTOTYPES || (defined __STDC__ && __STDC__) |
|
10 # define PARAMS(Args) Args |
|
11 # else |
|
12 # define PARAMS(Args) () |
|
13 # endif |
|
14 # endif |
|
15 |
|
16 int memcoll PARAMS ((char *, size_t, char *, size_t)); |
|
17 |
|
18 #endif /* MEMCOLL_H_ */ |