Skip to content
Snippets Groups Projects
Commit 63a81807 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Added declarations of common str*() functions

parent d0942df6
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment