Crossfire Server, Trunk
path.h
Go to the documentation of this file.
1
6
#ifndef PATH_H
7
#define PATH_H
8
12
char
*
path_combine
(
const
char
*src,
const
char
*dst,
char
*
path
,
size_t
size);
13
17
void
path_normalize
(
char
*
path
);
18
24
char
*
path_combine_and_normalize
(
const
char
*src,
const
char
*dst,
char
*
path
,
size_t
size);
25
26
#endif
/* PATH_H */
path_combine
char * path_combine(const char *src, const char *dst, char *path, size_t size)
Definition:
path.cpp:51
python_init.path
path
Definition:
python_init.py:8
path_normalize
void path_normalize(char *path)
Definition:
path.cpp:85
path_combine_and_normalize
char * path_combine_and_normalize(const char *src, const char *dst, char *path, size_t size)
Definition:
path.cpp:172
crossfire-crossfire-server
include
path.h
Generated by
1.8.17