Added a tags file. I dunno if this is something that's really supposed to

be in a CVS repository, but for now, it is, so there. :)
This commit is contained in:
William Ferrell
2000-03-30 20:28:01 +00:00
parent f5a5e9653b
commit a98c8109a8
8 changed files with 1762 additions and 648 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef STR_H
#define STR_H
int get_args(char **argv, char *str, int max_args);
int get_args (char **argv, char *str, int max_args);
#endif