File: fmt_ulong.c

package info (click to toggle)
ngetty 1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 448 kB
  • sloc: ansic: 1,585; makefile: 201; sh: 193; asm: 100
file content (5 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (7)
1
2
3
4
5
#include "fmt_number.h"
fmt_number_macro(fmt_ulong, unsigned long, 10)
#if 0
unsigned int fmt_ulong(char *s, unsigned long u) /*EXTRACT_INCL*/
#endif