#include #include #include #include /* Read argument from a file. This function is used for DOS (Ya, this kit is used on DOS, not linuxconf) to go around the command line length limitation. Return the number of argument placed in newargv[]. It reads the argument and whenever one start with a @, it assumes the argument is a file containing arguments. */ int anlparm (int argc, char *argv[], char *newargv[]) { int ret = 0; for (int i=0; i