doc: finished
This commit is contained in:
parent
92c0b5ba96
commit
3bcd741d56
1 changed files with 5 additions and 8 deletions
|
|
@ -29,17 +29,14 @@ struct iob_context {
|
||||||
*/
|
*/
|
||||||
int iob_init(struct iob_context *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);
|
ssize_t stream_read(char** stream);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue