Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

cmdline.h

Go to the documentation of this file.
00001 /*
00002  * libcfg+ - precise command line & config file parsing library
00003  *
00004  * cmdline.h - command line parsing header file
00005  * ____________________________________________________________
00006  *
00007  * Developed by Ondrej Jombik <nepto@platon.sk>
00008  *          and Lubomir Host <rajo@platon.sk>
00009  * Copyright (c) 2001-2004 Platon SDG, http://platon.sk/
00010  * All rights reserved.
00011  *
00012  * See README file for more information about this software.
00013  * See COPYING file for license information.
00014  *
00015  * Download the latest version from
00016  * http://platon.sk/projects/libcfg+/
00017  */
00018 
00019 /* $Platon: libcfg+/src/cmdline.h,v 1.13 2004/01/12 06:03:09 nepto Exp $ */
00020 
00030 #ifndef _PLATON_CFG_CMDLINE_H
00031 #define _PLATON_CFG_CMDLINE_H
00032 
00043 int cfg_cmdline_get_next_opt(const CFG_CONTEXT con);
00044 
00045 #endif /* _PLATON_CFG_CMDLINE_H */
00046 

libcfg+ developer documentation generated by Doxygen