Name Vec3p functions and abs

This commit is contained in:
Aetias
2024-05-19 12:58:22 +02:00
parent a573a263ba
commit b5764f424a
133 changed files with 2352 additions and 2338 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _C_STRLIB_H
#define _C_STRLIB_H
int abs(int n);
#endif