git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: heap support and re-worked
[lunaix-os.git]
/
lunaix-os
/
includes
/
usr
/
sys
/
dirent.h
1
#ifndef __LUNAIX_SYS_DIRENT_H
2
#define __LUNAIX_SYS_DIRENT_H
3
4
#include <usr/sys/dirent_defs.h>
5
6
int
7
sys_readdir(int fd, struct lx_dirent* dirent);
8
9
#endif /* __LUNAIX_DIRENT_H */