Update for 17-01-22 13:45

This commit is contained in:
Tyler Perkins 2022-01-17 13:45:01 -05:00
parent d423683512
commit f1968936a2

View File

@ -16,8 +16,10 @@ standard library functions
- string to long - string to long
* man fgets * man fgets
- get string from file - get string from file
* *calloc* * *calloc*
- Allocates memory and sets it to zero - Allocates memory and sets it to zero
* sscanf(const char*, const char* format, ...)
- Given a string and format string, place contents into ...
== Also See == == Also See ==