Skip to content

Minimal, safe and high level alternative to console-based string input (most of them teached from libc)

Notifications You must be signed in to change notification settings

ciroDourado/read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

read

Due to the complexity that writing some code that expects a string input from the user, I've made this tiny library which can be used in any case (e.g.: the programmer doesn't need to worry anymore of how many characters/bytes the user must give, neither the boring details of handling NULL or memory allocation).

With these functions, you should only expect some string (any size) or nothing, that simple.

About

Minimal, safe and high level alternative to console-based string input (most of them teached from libc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages