]> git.sur5r.net Git - cc65/blobdiff - include/dirent.h
Add comment about meaning of directory entry type.
[cc65] / include / dirent.h
index dc3cfc5f831c773aaaade99ae528affa71966d96..11c6edc32ff7a6e944fd3d97b3ce9929f933351d 100644 (file)
@@ -85,7 +85,7 @@ struct dirent {
     char                d_name[16+1];
     unsigned int        d_off;
     unsigned int        d_blocks;
-    unsigned char       d_type;
+    unsigned char       d_type;         /* See CBM_T_xxx defines in cbm.h */
 
     /* bsd extensions */
     unsigned char       d_namlen;