diff options
author | M.Gergő | 2020-05-22 13:40:45 +0200 |
---|---|---|
committer | M.Gergő | 2020-05-22 13:40:45 +0200 |
commit | 75cde2390efe114893268da743ca86ac1fcd3571 (patch) | |
tree | b7ff8024ec81592388449b50ccd41a5669bb489a /README.md | |
parent | ee15e1da29eea49057ea3b87ac861e6a2f1fea96 (diff) | |
download | lightconfini-75cde2390efe114893268da743ca86ac1fcd3571.tar.gz lightconfini-75cde2390efe114893268da743ca86ac1fcd3571.zip |
New functions: lciniGetStr(), lciniGETShort()
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,11 +18,11 @@ Uses Finite State Machine technique for file processing. **Sections, Parameter names** can be **ASCII** alphabetical or numerical characters. **Values** in alone also ASCII, or between Double-Quotation-Marks(") can be **any UNICODE/UTF8** characters. -Maximum line length can be 2^(32/2)^ characters. +Maximum line length can be 2^(32/2) characters. ## Future Plans -- Writing and Rewriting support for ini files. +- Writing and Rewriting ini files. - Writing support for comments. - Modifying one or more values/parameters/sections in ini files. |