From eed7594cc942129127559f4bf976570f730b8b86 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sun, 29 Jan 2023 17:04:36 -0400 Subject: pso: add `macros.h` --- include/pso/macros.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/pso/macros.h (limited to 'include/pso/macros.h') diff --git a/include/pso/macros.h b/include/pso/macros.h new file mode 100644 index 0000000..c449b6f --- /dev/null +++ b/include/pso/macros.h @@ -0,0 +1,6 @@ +#ifndef MACROS_H +#define MACROS_H + +#define OBJECT_NAME(name) static const char *name##_name = #name; + +#endif -- cgit v1.2.3-13-gbd6f