#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for Args.h:
This graph shows which files directly or indirectly include this file:
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.h.