1 #ifndef __STRINGS_H__
2 #define __STRINGS_H__
3 
4 // *index and others are in <string.h>
5 
6 #include <string.h>
7 
8 
9 #endif
10