- UID
- 2
- 积分
- 8682
- 帖子
- 2905
- 主题
- 199
- 论坛币
- 11739
- 威望
- 16
- EP值
- 2349
- MP值
- 15
- 阅读权限
- 200
- 注册时间
- 2011-8-3
- 在线时间
- 2597 小时
- 最后登录
- 2024-8-28
|
Recently, I brought in a new C library for manipulating tcc-like files, it is named libmap, which is somewhat a little like a very simplified xml file, and mainly be used to store configuration information by holding the key & value pairs (key is the configuration item name, while value is the value of the item). The reason that I developed a new library for assisting parsing tcc files is to add robustness, flexibility and extensibility to the old libtcc.
|
|