version 1.2, 2025/02/28 20:06:07
|
version 1.7, 2025/03/09 19:50:47
|
Line 1
|
Line 1
|
/* |
/* |
* * |
* $Id$ |
* * * |
|
* * * |
|
* *************** |
|
* * * * * |
|
* * MUMPS * |
|
* * * * * |
|
* *************** |
|
* * * |
|
* * * |
|
* * |
|
* |
|
* mpsdef0.h |
|
* common constants definitions for all mumps modules |
* common constants definitions for all mumps modules |
* |
* |
* |
* |
* Author: Serena Willis <jpw@coherent-logic.com> |
* Author: Serena Willis <snw@coherent-logic.com> |
* Copyright (C) 1998 MUG Deutschland |
* Copyright (C) 1998 MUG Deutschland |
* Copyright (C) 2020, 2023 Coherent Logic Development LLC |
* Copyright (C) 2020, 2023, 2025 Coherent Logic Development LLC |
* |
* |
* |
* |
* This file is part of FreeM. |
* This file is part of FreeM. |
Line 35
|
Line 23
|
* You should have received a copy of the GNU Affero Public License |
* You should have received a copy of the GNU Affero Public License |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
|
* $Log$ |
|
* Revision 1.7 2025/03/09 19:50:47 snw |
|
* Second phase of REUSE compliance and header reformat |
|
* |
|
* |
|
* SPDX-FileCopyrightText: (C) 2025 Coherent Logic Development LLC |
|
* SPDX-License-Identifier: AGPL-3.0-or-later |
**/ |
**/ |
|
|
|
/*#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 464 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); |