#ifndef __STRING_UTIL_H__ #define __STRING_UTIL_H__ void read_line(char s[], int max); #endif