From f1968936a2cd392c78d787652e6a5f3362b8e364 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 17 Jan 2022 13:45:01 -0500 Subject: [PATCH] Update for 17-01-22 13:45 --- lang/C.wiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/C.wiki b/lang/C.wiki index a11c7b9..2e0eaf7 100644 --- a/lang/C.wiki +++ b/lang/C.wiki @@ -16,8 +16,10 @@ standard library functions - string to long * man fgets - get string from file -* *calloc* +* *calloc* - Allocates memory and sets it to zero +* sscanf(const char*, const char* format, ...) + - Given a string and format string, place contents into ... == Also See ==