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@pobox.sk>
00008  * Copyright (c) 2001-2002 Platon SDG, http://www.platon.sk/
00009  * All rights reserved.
00010  *
00011  * See README file for more information about this software.
00012  * See COPYING file for license information.
00013  *
00014  * Download the latest version from
00015  * http://www.platon.sk/projects/libcfg+/
00016  */
00017 
00018 /* $Id: cmdline.h,v 1.5 2002/04/21 10:08:40 jombik9 Exp $ */
00019 
00028 #ifndef _PLATON_CFG_CMDLINE_H
00029 #define _PLATON_CFG_CMDLINE_H
00030 
00041 int cfg_cmdline_get_next_opt(const CFG_CONTEXT con);
00042 
00043 #endif /* _PLATON_CFG_CMDLINE_H */
00044 

Generated on Wed Jun 12 00:51:17 2002 for libcfg+ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001