mirror of
https://review.haiku-os.org/haiku
synced 2025-01-19 21:11:28 +01:00
7 lines
87 B
C
7 lines
87 B
C
|
#ifndef _STRINGS_H_
|
||
|
#define _STRINGS_H_
|
||
|
|
||
|
#include <string.h>
|
||
|
|
||
|
#endif /* _STRINGS_H_ */
|