ratio submodule
This commit is contained in:
5
libbozo/headers/stdlib.h
Normal file
5
libbozo/headers/stdlib.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
int atoi(const char *nptr);
|
||||
long atol(const char *nptr);
|
||||
long long atoll(const char *nptr);
|
Reference in New Issue
Block a user