1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-11-09 15:02:20 +05:30
polonium/include/atoumax_base10.h

13 lines
216 B
C
Raw Normal View History

2024-07-07 03:18:23 +05:30
#ifndef _ATOUMAX_BASE10_H
#define _ATOUMAX_BASE10_H
#include <stdint.h>
#include <stdlib.h>
#include "common.h"
/* functions definitions */
uintmax_t atoumax_base10(const char* s);
#endif /* _ATOUMAX_BASE10_H */