repo.or.cz
/
lnanohtmltiledmap.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
refresh and a small fix
[lnanohtmltiledmap.git]
/
ulinux
/
dirent.h
blob
3db47f96b1c500ca3a17dcd82c5bedd6cebc9a97
1
#ifndef ULINUX_DIRENT_H
2
#define ULINUX_DIRENT_H
3
/*
4
* this code is protected by the GNU affero GPLv3
5
* author:Sylvain BERTRAND
6
*/
7
struct
ulinux_dirent64
{
8
ulinux_u64 ino
;
9
ulinux_s64 off
;
10
ulinux_us rec_len
;
11
ulinux_u8 type
;
12
ulinux_u8 name
[
0
];
13
};
14
#endif