Files
lcdproc/shared/str.h
T

7 lines
89 B
C
Raw Normal View History

1999-12-09 23:15:14 +00:00
#ifndef STR_H
#define STR_H
int get_args(char **argv, char *str, int max_args);
#endif