source: buchla-68k/include/strings.h@ f40a309

Last change on this file since f40a309 was f40a309, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Unix line breaks.

  • Property mode set to 100644
File size: 531 bytes
Line 
1/*
2 ============================================================================
3 strings.h -- definitions for strnglib
4 Version 3 -- 1987-04-21 -- D.N. Lynx Crowe
5 ============================================================================
6*/
7
8extern char *strccpy(), *strcpy(), *strncpy(), *strcat(), *strncat();
9extern char *strchr(), *strrchr(), *strpbrk(), *strtok();
10extern char *index(), *rindex(), *str2lc(), *str2uc();
11
12extern int strcmp(), strlcmp(), strncmp(), strlen(), strspn(), strcspn();
13
14extern long strtol();
Note: See TracBrowser for help on using the repository browser.