Deleted Added
full compact
string.h (42913) string.h (47289)
1/*-
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 72 unchanged lines hidden (view full) ---

81char *index __P((const char *, int));
82void *memccpy __P((void *, const void *, int, size_t));
83char *rindex __P((const char *, int));
84int strcasecmp __P((const char *, const char *));
85char *strdup __P((const char *));
86void strmode __P((int, char *));
87int strncasecmp __P((const char *, const char *, size_t));
88char *strsep __P((char **, const char *));
1/*-
2 * Copyright (c) 1990, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 72 unchanged lines hidden (view full) ---

81char *index __P((const char *, int));
82void *memccpy __P((void *, const void *, int, size_t));
83char *rindex __P((const char *, int));
84int strcasecmp __P((const char *, const char *));
85char *strdup __P((const char *));
86void strmode __P((int, char *));
87int strncasecmp __P((const char *, const char *, size_t));
88char *strsep __P((char **, const char *));
89char *strsignal __P((int));
89char *strtok_r __P((char *, const char *, char **));
90void swab __P((const void *, void *, size_t));
91#endif
92__END_DECLS
93
94#endif /* _STRING_H_ */
90char *strtok_r __P((char *, const char *, char **));
91void swab __P((const void *, void *, size_t));
92#endif
93__END_DECLS
94
95#endif /* _STRING_H_ */