ratio submodule

This commit is contained in:
2024-09-07 14:40:46 +02:00
parent 1894987afc
commit d270657fc9
24 changed files with 534 additions and 4 deletions

5
libbozo/headers/stdlib.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
int atoi(const char *nptr);
long atol(const char *nptr);
long long atoll(const char *nptr);