mirror of
				https://gitlab.com/80486DX2-66/gists
				synced 2025-05-31 08:31:41 +05:30 
			
		
		
		
	freadln.c: add new TODOs
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user