.
[gnulib.git] / lib / xstrtoul.h
1 #ifndef XSTRTOUL_H_
2 # define XSTRTOUL_H_ 1
3
4 # define STRING_TO_UNSIGNED 1
5
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"
12
13 #endif /* not XSTRTOUL_H_ */