--- freem/src/mpsdef0.h 2025/02/28 20:06:07 1.2 +++ freem/src/mpsdef0.h 2025/03/09 19:50:47 1.7 @@ -1,23 +1,11 @@ /* - * * - * * * - * * * - * *************** - * * * * * - * * MUMPS * - * * * * * - * *************** - * * * - * * * - * * - * - * mpsdef0.h + * $Id: mpsdef0.h,v 1.7 2025/03/09 19:50:47 snw Exp $ * common constants definitions for all mumps modules * * - * Author: Serena Willis + * Author: Serena Willis * 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. @@ -35,8 +23,16 @@ * You should have received a copy of the GNU Affero Public License * along with FreeM. If not, see . * + * $Log: mpsdef0.h,v $ + * 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 # include @@ -468,6 +464,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);