mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Added declarations of common str*() functions
This commit is contained in:
parent
d0942df6c9
commit
63a818078c
@ -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 New Issue
Block a user