source:
kBuild/vendor/grep/2.12/lib/xstrtoimax.c@
2595
| Last change on this file since 2595 was 2595, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 177 bytes | |
| Line | |
|---|---|
| 1 | #define __strtol strtoimax |
| 2 | #define __strtol_t intmax_t |
| 3 | #define __xstrtol xstrtoimax |
| 4 | #define STRTOL_T_MINIMUM INTMAX_MIN |
| 5 | #define STRTOL_T_MAXIMUM INTMAX_MAX |
| 6 | #include "xstrtol.c" |
Note:
See TracBrowser
for help on using the repository browser.

