*** empty log message ***
[findutils.git] / lib / xstrtoul.h
blob76b728f8646a0c93ba62b1c994ab258b27fe47db
1 #ifndef XSTRTOUL_H_
2 # define XSTRTOUL_H_ 1
4 # define STRING_TO_UNSIGNED 1
6 /* Undefine this symbol so we can include xstrtol.h a second time.
7 Otherwise, a program that wanted both xstrtol.h and xstrtoul.h
8 would never get the declaration corresponding to the header file
9 included after the first one. */
10 # undef XSTRTOL_H_
11 # include "xstrtol.h"
13 #endif /* not XSTRTOUL_H_ */