#include "Args.h"
Include dependency graph for Args.c:
Go to the source code of this file.
Functions | |
void | MakeArgumentString (int argc, char **argv, char *outArgs, int argsSize) |
Makes a string from main-style argc and argv. More... | |
int | GetArgument (char *inString, char *inArg, char *outVal, int valSize) |
Gets a specified argument from an argument string. More... |
Definition in file Args.c.