Subversion Repositories Kolibri OS

Rev

Rev 1001 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1001 Rev 1048
Line 21... Line 21...
21
ini.MAX_NAME_LEN  = 1024
21
ini.MAX_NAME_LEN  = 1024
22
ini.MAX_VALUE_LEN = 4096
22
ini.MAX_VALUE_LEN = 4096
23
ini.MEM_SIZE	  = 4096
23
ini.MEM_SIZE	  = 4096
24
ini.BLOCK_SIZE	  = ini.MEM_SIZE / 2
24
ini.BLOCK_SIZE	  = ini.MEM_SIZE / 2
Line -... Line 25...
-
 
25
 
-
 
26
ini.COMMENT_CHAR  = ';'
25
 
27
 
26
struct IniFile
28
struct IniFile
27
  fh	dd ?
29
  fh	dd ?
28
  buf	dd ?
30
  buf	dd ?
29
  cnt	dd ?
31
  cnt	dd ?