mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 01:12:54 -05:00
Added declarations of common str*() functions
This commit is contained in:
parent
d0942df6c9
commit
63a818078c
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
|||
# define strrchr rindex
|
||||
# endif
|
||||
char *strchr (), *strrchr ();
|
||||
char *strcpy (), *strncpy (), *strcat (), *strncat ();
|
||||
int strcmp (), strncmp (), memcmp ();
|
||||
|
||||
# ifndef HAVE_MEMCPY
|
||||
# define memcpy(d, s, n) bcopy ((s), (d), (n))
|
||||
|
|
|
|||
Loading…
Reference in a new issue