repo.or.cz
/
ironout.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: don't put spaces around :
[ironout.git]
/
path.h
blob
7ddfb8a0b2f2c8cfc4329e8e97e59086a409bcbc
1
#ifndef _PATH_H
2
#define _PATH_H
3
4
void
dirname
(
char
*
dir
,
char
*
path
);
5
void
basename
(
char
*
name
,
char
*
path
);
6
7
#endif