Updated: October 28, 2024 |
#include <aoi.h> AOIStream_t* (*Open)(const char *name, const char *mode);
This function should open the name stream in the mode access mode.
A pointer to an AOIStream_t instance on success, or NULL if the function couldn't open the stream in the given access mode.