1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-12 22:45:54 +05:30

freadln.c: move legal information to the end of the note

This commit is contained in:
Intel A80486DX2-66 2024-04-07 11:40:29 +03:00
parent 00d03e39fc
commit ede74a1195
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -4,12 +4,12 @@
* The `freadln` function reads a line from STDIN into a string, allocating
* memory for it.
*
* Author: Intel A80486DX2-66
* License: Creative Commons Zero 1.0 Universal
*
* 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
*
* Author: Intel A80486DX2-66
* License: Creative Commons Zero 1.0 Universal
*/
#include "freadln.h"