Added function ini_get_bool

git-svn-id: svn://kolibrios.org@1240 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
vkos
2009-10-27 10:49:19 +00:00
parent fbe5f5e77e
commit 6e1bd03300
2 changed files with 42 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
ini.MAX_NAME_LEN = 1024
ini.MAX_VALUE_LEN = 4096
ini.MAX_BOOL_LEN = 9
ini.MEM_SIZE = 4096
ini.BLOCK_SIZE = ini.MEM_SIZE / 2