1 #ifndef ML_STRING_H
2 #define ML_STRING_H
3 
4 void ml_string_init();
5 
6 #endif
7