summary refs log tree commit diff
path: root/stdwrm.h
diff options
context:
space:
mode:
authorWormHeamer2025-02-05 18:57:19 -0500
committerWormHeamer2025-02-05 18:57:19 -0500
commit8c5cbf0a3c3eec140136ca5b81d491dab7d2d3c9 (patch)
tree547ed5e9b8140d4c6dcc9b860a4568d9ddf82dc9 /stdwrm.h
parent18901338effd8179c08a8b927fde231502328509 (diff)
add stdwrm.h; fix scatc segfault; slen/sfree string not string*
Diffstat (limited to 'stdwrm.h')
-rw-r--r--stdwrm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/stdwrm.h b/stdwrm.h
new file mode 100644
index 0000000..0b44a2b
--- /dev/null
+++ b/stdwrm.h
@@ -0,0 +1,8 @@
+#ifndef STDWRM_H
+#define STDWRM_H
+
+#ifdef STDWRM_IMPL
+#define STDWRM_STR_IMPL
+#endif
+
+#endif