Přidány funkce pro parsování integeru a longu
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef ASTER_INT_H
|
||||
#define ASTER_INT_H
|
||||
|
||||
unsigned long parse_u32(const char *s, int *ok);
|
||||
long parse_i32(const char *s, int *ok);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user