source:
bootcd/isolinux/syslinux-6.03/com32/lib/getcwd.c
@
e16e8f2
Last change on this file since e16e8f2 was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 160 bytes |
Rev | Line | |
---|---|---|
[e16e8f2] | 1 | /* |
2 | * getcwd.c | |
3 | */ | |
4 | ||
5 | #include <com32.h> | |
6 | #include <syslinux/pmapi.h> | |
7 | #include <fs.h> | |
8 | ||
9 | char *getcwd(char *buf, size_t size) | |
10 | { | |
11 | return core_getcwd(buf, size); | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.