Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Args.h

Go to the documentation of this file.
00001 /******************************************************************
00002         ANet_Daemon/Common/Args.h
00003         Argument utilities for the ANet daemon.
00004         
00005         Part of the ANet project.
00006         
00007         Distributed under GPL: http://www.gnu.org/copyleft/gpl.html
00008 ******************************************************************/
00009 
00010 #include <stdio.h>
00011 #include <stdlib.h>
00012 #include <string.h>
00013 
00026 void MakeArgumentString(int argc, char ** argv, char * outArgs, int argsSize);
00027 int GetArgument(char * inString, char * inArg, char * outVal, int valSize);
00028 

Generated on Sun Dec 23 15:20:37 2001 for ANet by doxygen 1.2.12 written by Dimitri van Heesch, © 1997-2001

SourceForge
Logo