OpenCT
0.6.20
openct
path.h
1
/*
2
* Path handling routines
3
*
4
* Copyright (C) 2006, Andreas Jellinghaus <aj@dungeon.inka.de>
5
*/
6
7
#ifndef OPENCT_PATH_H
8
#define OPENCT_PATH_H
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
extern
int
ct_format_path(
char
*path,
const
size_t
pathlen,
const
char
*file);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
#endif
/* OPENCT_PATH_H */
libp11, Copyright (C) 2005 Olaf Kirch <okir@lst.de>