root/src/dps8/utfile.h

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

INCLUDED FROM


   1 /*
   2  * vim: filetype=c:tabstop=4:ai:expandtab
   3  * SPDX-License-Identifier: ICU
   4  * scspell-id: 4e2d1a33-f630-11ec-b859-80ee73e9b8e7
   5  *
   6  * ---------------------------------------------------------------------------
   7  *
   8  * Copyright (c) 2021-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 #ifndef UTFILE_H
  20 # define UTFILE_H
  21 
  22 int utfile_mkstemps(char *request_pattern, int suffix_length);
  23 
  24 #endif /* ifndef UTFILE_H */

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