ivakyb / minini

Automatically exported from code.google.com/p/minini
Other
0 stars 0 forks source link

Feature addons #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Just wanted to say thanks for your work. I added a few functions and figured I 
would share them with you in case you wanted to incorporate them with your 
release.

Thanks again,

Original issue reported on code.google.com by 1800a...@gmail.com on 6 Dec 2010 at 9:49

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for sharing. I will include it in the main release, with minor 
modifications. (One modification is that I changed the type of the "default 
value" parameter of ini_getf() from "long" to "float", another is that I 
changed the "default value" parameter of ini_getbool() from a "pointer to a 
value" to the value itself.)

Original comment by thiadmer...@gmail.com on 28 Jan 2011 at 9:23

GoogleCodeExporter commented 9 years ago
Also added "ini_putf" for writing a floating point value. Since floating point 
emulation may be costly for embedded systems, the floating point support can be 
disabled in tge "glue" file.

Original comment by thiadmer...@gmail.com on 28 Jan 2011 at 10:48