libcfe  0.12.1
some useful C-functions
char_to_int.h
Go to the documentation of this file.
1 #ifndef XCHAR_TO_INT_H
2 #define XCHAR_TO_INT_H
3 
4 #include <stdint.h>
5 
14 short int check_int(const char *s, int len, uint8_t base);
15 
24 unsigned long long char_to_int(const char *s, int i, uint8_t base);
25 
26 #endif /* XCHAR_TO_INT_H */
short int check_int(const char *s, int len, uint8_t base)
Definition: char_to_int.c:8
unsigned long long char_to_int(const char *s, int i, uint8_t base)
Definition: char_to_int.c:24