Subj : CVS commit src/xpdev/ini_file.c ini_file.h To : All From : rswindell Date : Tue Jun 21 2005 10:40 am src/xpdev ini_file.c 1.69 1.70 ini_file.h 1.30 1.31 Update of /cvsroot/sbbs/src/xpdev In directory cvs.synchro.net:/tmp/cvs-serv24122 Modified Files: ini_file.c ini_file.h Log Message: Created Read/Get/Set functions for LongInt, NamedInt, and NamedFloat. The LongInt functions allow the reading/writing of unsigned 32-bit integers. The NamedInt and NamedFloat functions allow the reading and writing of int/long and float/double values with associated names from a list of not-neccesarily consecutive or sequential named values. .