Commit b075b9910c56c356d53439fd34486a905146211a

Carlos Martín Nieto 2011-04-07T16:54:10

Add getting and setting of long int variables long int is a safer type than int unless the user knows that the variable is going to be quite small. The code has been reworked to use strtol instead of the more complicated sscanf. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>