lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since eb9618c was be8f92d, checked in by Tim Post <echo@…>, 17 years ago |
mkdir is finished, -p / —parents options and more now functional
|
-
Property mode
set to
100644
|
File size:
185 bytes
|
Line | |
---|
1 | #ifndef MKDIR_H
|
---|
2 | #define MKDIR_H
|
---|
3 |
|
---|
4 | /* Prototypes for the mkdir command, excluding entry points */
|
---|
5 |
|
---|
6 | extern unsigned int create_directory(const char *, unsigned int);
|
---|
7 | #endif /* MKDIR_H */
|
---|
8 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.