10 lines
		
	
	
		
			309 B
		
	
	
	
		
			INI
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			309 B
		
	
	
	
		
			INI
		
	
	
		
			Executable File
		
	
	
	
	
; Test config file for ini_example.c and INIReaderTest.cpp
 | 
						|
 | 
						|
[protocol]             ; Protocol configuration
 | 
						|
version=6              ; IPv6
 | 
						|
 | 
						|
[user]
 | 
						|
name = Bob Smith       ; Spaces around '=' are stripped
 | 
						|
email = bob@smith.com  ; And comments (like this) ignored
 | 
						|
active = true          ; Test a boolean
 |