File: scan_ulong.c

package info (click to toggle)
ngetty 0.4-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 300 kB
  • ctags: 202
  • sloc: ansic: 1,464; makefile: 230; sh: 109; asm: 100
file content (5 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#include "scan_number.h"
SCAN_NUMBER_DEFINE(scan_ulong, unsigned long, 10)
#if 0
unsigned int scan_ulong(const char *s, unsigned long *u) /*EXTRACT_INCL*/
#endif