X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=atoi.h;fp=atoi.h;h=11b8a46ba6aaca84f6db763ef617de60ebac80f5;hb=1968fc9448a61292c89e7de0cbccb444aec01093;hp=0000000000000000000000000000000000000000;hpb=93b149370129c76fe7dc0b06c823fc4140dd0a8b;p=ascii.git diff --git a/atoi.h b/atoi.h new file mode 100644 index 0000000..11b8a46 --- /dev/null +++ b/atoi.h @@ -0,0 +1,8 @@ +#ifndef __ATOI_H__ +#define __ATOI_H__ + +int atoi (char *str); + +#endif /* __ATOI_H__ */ + +/* vim: set ts=4 sw=4 et */