summaryrefslogtreecommitdiff
path: root/lib/xstrtoul.h
blob: 878521aab4c47f9e6591b56d5ada6112c1fce35b (plain)
1
2
3
4
5
6
7
#ifndef XSTRTOUL_H_
# define XSTRTOUL_H_ 1

# define STRING_TO_UNSIGNED 1
# include "xstrtol.h"

#endif /* not XSTRTOUL_H_ */