ocssw
V2022
|
#include <stdint.h>
Include dependency graph for hio.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | hio_struct_d |
Functions | |
int32_t | hio_open (char *, int32_t, hio_struct *) |
int32_t | hio_close (hio_struct) |
int32_t | hio_r_sds (hio_struct, char *, int32_t, void *) |
Function Documentation
◆ hio_close()
int32_t hio_close | ( | hio_struct | ) |
Definition at line 3 of file hio_close.c.
◆ hio_open()
int32_t hio_open | ( | char * | , |
int32_t | , | ||
hio_struct * | |||
) |
Definition at line 3 of file hio_open.c.
◆ hio_r_sds()
int32_t hio_r_sds | ( | hio_struct | , |
char * | , | ||
int32_t | , | ||
void * | |||
) |
Definition at line 5 of file hio_r_sds.c.