1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

C: pure_getline.c: add arguments docs

This commit is contained in:
2024-02-20 01:36:11 +03:00
parent f9985a55ce
commit 714d32b4b4

View File

@@ -9,6 +9,9 @@
bool pure_getline(char** output) {
/*
* arguments:
* char** output: must be a pointer to an allocated array
*
* return value:
* true: no errors
* false: an error occurred, see errno