doc: finished

This commit is contained in:
Gu://em_ 2026-01-08 15:02:33 +01:00 committed by Matteo Flebus
parent a11a8ab635
commit fe649af2dd

View file

@ -31,17 +31,14 @@ struct iob_context
*/
int iob_init(struct iob_context *context);
/* TODO
*
*
*
/* @brief Closes the opened buffers and exits the modules gracefully
*/
void iob_close();
void iob_close(void);
/*i TODO
*
*
/* @brief reads at most one line of the input and stores it into *stream
*
* @param stream is a pointer that will be set to a string to parse
* @return the number of read characters if positive, the error code otherwise
*/
ssize_t stream_read(char **stream);