summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/autotrace/atou.h
blob: f430310911b32d11b78d4220935ae4645de8e2f5 (plain)
1
2
3
4
5
6
7
8
9
/* atou.h: like atoi, but if the number is negative, abort. */

#ifndef ATOU_H
#define ATOU_H

#include "types.h"
unsigned atou(gchar * s);

#endif /* not ATOU_H */