Added math module

This commit is contained in:
netbenix 2020-11-19 12:31:31 +01:00
parent f177b3a3dd
commit fc462e3f81
4 changed files with 37 additions and 1 deletions

1
main.c
View file

@ -15,6 +15,7 @@
#include "utils/sql_test.h"
#include "etc/logo.h"
#include "etc/man.h"
#include "etc/math.h"
#include "etc/your-reality.h"
#include "utils/logger.h"
#include "utils/sys_info.h"