mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-27 05:40:17 +05:30
C: pure_getline.c: add arguments docs
This commit is contained in:
parent
f9985a55ce
commit
714d32b4b4
@ -3,12 +3,15 @@
|
|||||||
*
|
*
|
||||||
* Author: Intel A80486DX2-66
|
* Author: Intel A80486DX2-66
|
||||||
* License: Creative Commons Zero 1.0 Universal
|
* License: Creative Commons Zero 1.0 Universal
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pure_getline.h"
|
#include "pure_getline.h"
|
||||||
|
|
||||||
bool pure_getline(char** output) {
|
bool pure_getline(char** output) {
|
||||||
/*
|
/*
|
||||||
|
* arguments:
|
||||||
|
* char** output: must be a pointer to an allocated array
|
||||||
|
*
|
||||||
* return value:
|
* return value:
|
||||||
* true: no errors
|
* true: no errors
|
||||||
* false: an error occurred, see errno
|
* false: an error occurred, see errno
|
||||||
|
Loading…
Reference in New Issue
Block a user