minIni
minIni copied to clipboard
A small and portable INI file library with read/write support
 As shown in the above figure, when I run the demo, I locate that it can't work normally here. I use visual studio2015. I don't know why this happens....
As discussed in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900579#54 , not providing source for PDF doc makes it impossible for anyone to edit it, thus blocks anyone who want to improve it or add doc...
Leave a blank line between the two section segments?
There are a lot of situations where we need to store data with a tiny file system (like SPIFFS) into an internal flash memory mounted directly in a board. There...
``` [Hotkey] # 切换激活/非激活输入法 TriggerKey=CTRL_SPACE # 只在用额外切换键取消激活后才使用它进行切换 # 可选值: # True False #UseExtraTriggerKeyOnlyWhenUseItToInactivate=True # 额外的激活输入法快捷键 ``` some times i want remove "#" from "#UseExtraTriggerKeyOnlyWhenUseItToInactivate=True". make "UseExtraTriggerKeyOnlyWhenUseItToInactivate=True" be usefull.
I've been searching quite a bit for an easy to use C config file library that supports preserving comments. If I have the following in my INI file. ``` [section:foo]...
Greetings. Thanks for well formatted code. I converted the code according to my FatFs as mentioned. Everything working perfect. Only issue is, I am unable to put value and string...
I have adapted this project for use with SPIFFS. https://github.com/pellepl/spiffs In order to do so, I needed to make a few changes. 1. Statically allocate the LocalBuffers to reduce call...