Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

11 lines
171B

  1. /* BSD predecessor of POSIX.1 <dirent.h> and struct dirent */
  2. #ifndef _SYS_DIR_H_
  3. #define _SYS_DIR_H_
  4. #include <dirent.h>
  5. #define direct dirent
  6. #endif /*_SYS_DIR_H_*/