Compare commits

..

1 Commits

Author SHA1 Message Date
8ff163dcf5 add stdlib in brlib.h (unexplained error in __abs_choose_expr) 2024-03-07 22:51:48 +01:00

View File

@@ -18,6 +18,7 @@
#ifndef _BRLIB_H #ifndef _BRLIB_H
#define _BRLIB_H #define _BRLIB_H
#include <stdlib.h>
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include <bits/wordsize.h> /* defines __WORDSIZE: 32 or 64 */ #include <bits/wordsize.h> /* defines __WORDSIZE: 32 or 64 */