7 lines
90 B
C
7 lines
90 B
C
#ifndef STR_H
|
|
#define STR_H
|
|
|
|
int get_args (char **argv, char *str, int max_args);
|
|
|
|
#endif
|