GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
dirent-wrappers.h File Reference
#include <stdbool.h>

Go to the source code of this file.

Functions

int octave_closedir_wrapper (void *dir)
 
unsigned int octave_name_max_wrapper (void)
 
void * octave_opendir_wrapper (const char *dname)
 
char * octave_readdir_wrapper (void *dir)
 
void octave_rewinddir_wrapper (void *dir)
 

Function Documentation

◆ octave_closedir_wrapper()

int octave_closedir_wrapper ( void *  dir)

Definition at line 60 of file dirent-wrappers.c.

Referenced by dir_entry::close().

◆ octave_name_max_wrapper()

unsigned int octave_name_max_wrapper ( void  )

Definition at line 83 of file dirent-wrappers.c.

References NAME_MAX.

Referenced by dir_entry::max_name_length().

◆ octave_opendir_wrapper()

void* octave_opendir_wrapper ( const char *  dname)

Definition at line 40 of file dirent-wrappers.c.

Referenced by dir_entry::open().

◆ octave_readdir_wrapper()

char* octave_readdir_wrapper ( void *  dir)

Definition at line 46 of file dirent-wrappers.c.

Referenced by dir_entry::read().

◆ octave_rewinddir_wrapper()

void octave_rewinddir_wrapper ( void *  dir)

Definition at line 54 of file dirent-wrappers.c.