file_readdir

[<<<] [>>>]

@c Read next item from a directory

This function is the implementation of the UNIX readdir

struct dirent *file_readdir(DIR *pDirectory
  )@{

[<<<] [>>>]