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