mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-14 13:12:05 +05:30
freadln.c: move legal information to the end of the note
This commit is contained in:
parent
00d03e39fc
commit
ede74a1195
@ -4,12 +4,12 @@
|
|||||||
* The `freadln` function reads a line from STDIN into a string, allocating
|
* The `freadln` function reads a line from STDIN into a string, allocating
|
||||||
* memory for it.
|
* memory for it.
|
||||||
*
|
*
|
||||||
* Author: Intel A80486DX2-66
|
|
||||||
* 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
|
* TODO: Add 'flushing' of STDIN (while there are characters, read them) before
|
||||||
* the input reading loop to avoid input queues
|
* the input reading loop to avoid input queues
|
||||||
|
*
|
||||||
|
* Author: Intel A80486DX2-66
|
||||||
|
* License: Creative Commons Zero 1.0 Universal
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "freadln.h"
|
#include "freadln.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user