Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

inifile_test.cc File Reference

#include "inifile.h"
#include <stdio.h>

Include dependency graph for inifile_test.cc:

Include dependency graph

Go to the source code of this file.

Functions

 main ()


Function Documentation

main  
 

Definition at line 8 of file inifile_test.cc.

00009 {
00010 
00011   INIFILE iniFile ("test.ini");
00012 
00013   printf ("[seg1] tag1=%s\n", iniFile.find ("tag1", "seg1"));
00014 }


Generated on Sun Dec 2 15:57:10 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001