cnfparse.c

Small library to make config parsing easier
git clone git://git.finwo.net/lib/cnfparse.c
Log | Files | Refs | README | LICENSE

example.cnf (206B)


      1 # this is a comment line
      2 add 10.0.0.0/8 via 192.168.1.1
      3    del    10.1.0.0/16   
      4 
      5 set note "a # b" and "a \" b"
      6 op arg # trailing comment
      7 route 172.16.0.0/12 #comment with no space
      8 
      9    
     10 final one two three