7 lines
84 B
C
7 lines
84 B
C
#ifndef _STRINGS_H
|
|
#define _STRINGS_H
|
|
|
|
#include <string.h>
|
|
|
|
#endif /* _STRINGS_H */
|