mirror of
https://gitlab.com/80486DX2-66/gists
synced 2024-12-28 00:00:18 +05:30
freadln.c: add new TODOs
This commit is contained in:
parent
c09c9481c9
commit
692eb05bf5
@ -8,6 +8,10 @@
|
|||||||
* License: Creative Commons Zero 1.0 Universal
|
* License: Creative Commons Zero 1.0 Universal
|
||||||
*
|
*
|
||||||
* TODO: Figure out potential problems
|
* TODO: Figure out potential problems
|
||||||
|
* TODO: Add 'flushing' of STDIN (while there are characters, read them) before
|
||||||
|
* the input reading loop to avoid input queues
|
||||||
|
* TODO: Add the feature of reading from arbitrary file, then extract a macro:
|
||||||
|
* `#define finreadln(output, length_out) freadln(stdin, output, length_out)`
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "freadln.h"
|
#include "freadln.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user