From 18b5537826d1e039fd1cd4c91fe9abd7e7395ed9 Mon Sep 17 00:00:00 2001 From: peterino2 Date: Fri, 19 Dec 2025 02:18:45 -0800 Subject: [PATCH] saving --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index a4400fa..ae93a30 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,4 @@ git bug bug comment abc123 - Issues sync with `git bug pull/push` - Keep descriptions factual and clear ---- - -/// -------------------------------------------------------- -void* malloc(size_t size); // gives you a pointer to a memory buffer of size -void free(void* ptr); // releases a pointer to memory -/// -------------------------------------------------------- -