You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
318 B
12 lines
318 B
/*
|
|
File: strings.h
|
|
Copyright: Public Domain
|
|
|
|
This file is provided because non ANSI fuctions are described in string.h
|
|
that belong in strings.h. These functions are provided for in the OLDNAME
|
|
libraries.
|
|
*/
|
|
#if !defined(_STRINGS_H_)
|
|
# define _STRINGS_H_ 1
|
|
# include <string.h>
|
|
#endif
|