Move the sources to trunk
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _HPUX / dirent.h
1 #ifndef _SYS_DIRENTH
2 #define _SYS_DIRENTH
3
4  struct dirent {
5       ino_t d_ino;
6       short d_reclen;
7       short d_namlen;
8       char  d_name[255  + 1];
9    };
10
11 #endif /* _SYS_DIRENTH */
12
13
14
15
16
17