root/src/dps8/dps8_duma.h

/* [previous][next][first][last][top][bottom][index][help] */
   1 /*
   2  * vim: filetype=c:tabstop=4:ai:expandtab
   3  * SPDX-License-Identifier: ICU
   4  * scspell-id: 2b7c10aa-f62e-11ec-8477-80ee73e9b8e7
   5  *
   6  * ---------------------------------------------------------------------------
   7  *
   8  * Copyright (c) 2022 The DPS8M Development Team
   9  *
  10  * All rights reserved.
  11  *
  12  * This software is made available under the terms of the ICU
  13  * License, version 1.8.1 or later.  For more details, see the
  14  * LICENSE.md file at the top-level directory of this distribution.
  15  *
  16  * ---------------------------------------------------------------------------
  17  */
  18 
  19 #ifdef DUMA
  20 # ifndef _POSIX_C_SOURCE
  21 #  define _POSIX_C_SOURCE 1
  22 # endif /* ifndef _POSIX_C_SOURCE */
  23 # undef USE_DUMA
  24 # define USE_DUMA 1
  25 # include <stdlib.h>
  26 # include <stdio.h>
  27 # include <string.h>
  28 # include <duma.h>
  29 #endif /* ifdef DUMA */

/* [previous][next][first][last][top][bottom][index][help] */