Initial revision

This commit is contained in:
William Ferrell
1999-12-09 23:15:14 +00:00
commit 2635c3085d
139 changed files with 24298 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef STR_H
#define STR_H
int get_args(char **argv, char *str, int max_args);
#endif