* When the locale is not set up to UTF-8, alpine might determine the width
[alpine.git] / pith / tempfile.h
blob71fb30de435d526a62ba729839c1f8ba8edad856
1 /*
2 * $Id: tempfile.h 770 2007-10-24 00:23:09Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006-2007 University of Washington
6 * Copyright 2013-2017 Eduardo Chappa
8 * Licensed under the Apache License, Version 2.0 (the "License");
9 * you may not use this file except in compliance with the License.
10 * You may obtain a copy of the License at
12 * http://www.apache.org/licenses/LICENSE-2.0
14 * ========================================================================
17 #ifndef PITH_TEMPFILE_INCLUDED
18 #define PITH_TEMPFILE_INCLUDED
21 /* exported protoypes */
22 char *tempfile_in_same_dir(char *, char *, char **);
23 int in_dir(char *, char *);
26 #endif /* PITH_TEMPFILE_INCLUDED */