File: xstrtoumax.c

package info (click to toggle)
tar 1.23-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 13,692 kB
  • ctags: 6,543
  • sloc: sh: 34,528; ansic: 18,520; yacc: 1,219; makefile: 301; sed: 16
file content (8 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
#define __strtol strtoumax
#define __strtol_t uintmax_t
#define __xstrtol xstrtoumax
#define STRTOL_T_MINIMUM 0
#define STRTOL_T_MAXIMUM UINTMAX_MAX
#include "xstrtol.c"