2010-02-02 23:20:29 +00:00
|
|
|
/** \file shared/str.h
|
|
|
|
|
* Commmand / argument parsing functions (for use in clients).
|
|
|
|
|
*/
|
|
|
|
|
|
1999-12-09 23:15:14 +00:00
|
|
|
#ifndef STR_H
|
|
|
|
|
#define STR_H
|
|
|
|
|
|
2000-03-30 20:28:01 +00:00
|
|
|
int get_args (char **argv, char *str, int max_args);
|
1999-12-09 23:15:14 +00:00
|
|
|
|
|
|
|
|
#endif
|