welcome comment

This commit is contained in:
Allen Webster
2021-10-08 10:11:19 -07:00
parent 5d51cf478c
commit 0b27e69ec4
2 changed files with 30 additions and 8 deletions
+5 -4
View File
@@ -1,9 +1,7 @@
// LICENSE AT END OF FILE (MIT).
#if !defined(MD_C)
#define MD_C
/* NOTE(allen): Overrides & Options Macros:
/*
** Overrides & Options Macros
**
** Overridable
** "memset" ** REQUIRED (default crt-based implementation)
@@ -53,6 +51,9 @@
**
*/
#if !defined(MD_C)
#define MD_C
//~/////////////////////////////////////////////////////////////////////////////
/////////////////////////// CRT Implementation /////////////////////////////////
////////////////////////////////////////////////////////////////////////////////