changing circuitry to disable RTC, update initialization to match
[fw/openalt] / monitor / args.h
1 #ifndef _ARGS_H_
2 #define _ARGS_H_
3
4 int argsGetLine (int fd, U8 *buffer, int bufferLength);
5 int argsParse (char *cmd, char **argv, int sizeofArgv, int *argc);
6
7 #endif