feat: remove math (#11)

* feat: remove math

* working

* remove unused stdint

* small fix
This commit is contained in:
2025-06-05 17:52:02 +02:00
committed by GitHub
parent 31135b023f
commit 3bb2b7d2f5
6 changed files with 26 additions and 26 deletions
-1
View File
@@ -6,6 +6,5 @@ AC_CHECK_HEADERS([stdlib.h])
AC_CHECK_HEADERS([stdbool.h])
AC_CHECK_HEADERS([string.h])
AC_CHECK_HEADERS([time.h])
AC_CHECK_HEADERS([math.h])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT