SingingCat 0
application
ascii_parser.h
1#include "main-header.h"
2
3byte atoh(const char *s);
4int atoi(const char *s);
5int ascii_parse_int(const byte *buf, const int size, int *const newpos);
6long ascii_parse_hex(const byte *buf, const int size, int *const newpos);
7int ascii_parse_num(int b);