pub const SYS_GETDENTS: usize = 430;Expand description
Read directory entries from an open directory.
fd: directory file descriptorbuf_ptr: buffer to receiveDirEntrystructsbuf_len: size of the buffer
Returns the number of bytes read. Returns 0 when all entries
have been read (end of directory).