confuse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Confuse-devel] How to read parameters if I don't know it's names and co


From: Шебеко Евгений
Subject: [Confuse-devel] How to read parameters if I don't know it's names and count at run-time
Date: Fri, 15 Aug 2003 16:01:17 +0300

 Hi.

 I don't know content and structure of .cfg file.
 But want to access to it's variables.

 I expected to see something like that:

 cfg_t*  cfg_parse(const char* file_name)
 int get_options_count(cfg_t* cfg)
 cfg_opt_t* get_noption(cfg_t* cfg,int index);

 But I not found it.

 Is it difficult to add such functions to library?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]