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

# define STRING_TO_UNSIGNED 1
# include "xstrtol.h"

#endif /* _xstrtoul_h_ */