mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-30 03:10:04 +00:00
[examples] write examples directory
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
** Example: user-errors
|
||||
** Example: user errors
|
||||
**
|
||||
** This example shows how to print custom error messages.
|
||||
**
|
||||
@@ -10,8 +10,6 @@
|
||||
#include "md.h"
|
||||
#include "md.c"
|
||||
|
||||
// @notes For simple single-threaded memory management in a run-once-and-exit
|
||||
// utility, a single global arena is our recommended approach.
|
||||
static MD_Arena *arena = 0;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user