--- freem/src/mpsdef0.h 2025/02/28 20:06:07 1.2 +++ freem/src/mpsdef0.h 2025/02/28 23:42:45 1.5 @@ -37,6 +37,7 @@ * **/ +/*#pragma GCC diagnostic ignored "-Wformat-contains-nul"*/ #ifdef HAVE_CONFIG_H # include @@ -468,6 +469,7 @@ int numlit (char *str); long intexpr (char *str); short int tvexpr (char *str); void m_op (char *a, char *b, short op); +void mround (char *a, int digits); /* functions from service.c */ long int find (char *string, char *pattern);