diff options
| author | Carlos Maiolino <[email protected]> | 2026-03-08 13:45:16 +0100 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2026-03-08 13:47:28 +0100 |
| commit | 525d3163a541c3553d88acc5cc2db4cc58b5b42d (patch) | |
| tree | 2f7aed0a0f61d80f25e1508b53b57f6bf46c1770 | |
| parent | d1a48fa371378ff7cc5833958a6f453ee46c4488 (diff) | |
Add NULL definition
Signed-off-by: Carlos Maiolino <[email protected]>
| -rw-r--r-- | src/include/toxic/stddef.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/toxic/stddef.h b/src/include/toxic/stddef.h new file mode 100644 index 0000000..06ed1b0 --- /dev/null +++ b/src/include/toxic/stddef.h @@ -0,0 +1,5 @@ +#ifndef STD_DEF_H +#define STD_DEF_H + +#define NULL ((void *)0) +#endif /* STD_DEF_H */ |
