Help for this page

Select Code to Download


  1. or download this
    /********************************** UNIXEN ***************************
    +******/
    #ifdef CHY_HAS_DIRENT_H
    ...
    
        self->sys_dirhandle = opendir(dir_path_ptr);
    ...
    
  2. or download this
    /********************************** Windows **************************
    +******/
    #elif defined(CHY_HAS_WINDOWS_H)
    ...
    FSDH_do_open(FSDirHandle *self, const CharBuf *dir)
    {
    ...