This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-SW
/
EMILE
Watch
1
Star
0
Fork
0
You've already forked EMILE
mirror of
https://github.com/vivier/EMILE.git
synced
2025-01-23 06:32:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
EMILE
/
libconfig
History
Laurent Vivier
f5d73a387d
Add config_add_property()
2007-08-26 20:11:23 +00:00
..
config_add_property.c
add property at end
2007-08-26 20:10:17 +00:00
config_find_entry.c
check if property is NULLi, name must be not NULL
2007-08-26 19:17:29 +00:00
config_find_indexed_property.c
check case when index_name is NULL
2007-08-26 19:22:12 +00:00
config_get_indexed_property.c
…
config_get_next_property.c
can set NULL to name and property to have nly the index
2007-08-26 09:18:36 +00:00
config_get_property.c
…
config_remove_indexed_property.c
use memmove()
2007-08-26 19:16:40 +00:00
config_remove_property.c
…
config_set_indexed_property.c
correct when entry doesn't exist but the index does
2007-08-26 19:47:45 +00:00
config_set_property.c
…
libconfig.h
Add config_add_property()
2007-08-26 20:11:23 +00:00
Makefile
Add config_ad_property()
2007-08-26 19:48:12 +00:00