diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-08-01 21:38:07 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-08-01 21:38:07 +0200 |
commit | c11dd0eae09df4982459a34d764910d0501f2ae2 (patch) | |
tree | 940934202f436d67f94728c0704a19ac62f5c299 /src/common.h | |
parent | 1db300d8815b5f997dd6f992e4ca416537018c2f (diff) | |
download | polecat-c11dd0eae09df4982459a34d764910d0501f2ae2.tar.gz polecat-c11dd0eae09df4982459a34d764910d0501f2ae2.zip |
Improve code structure […]
- create a dedicated "usage" macro to reuse
- add various checks in the case no memory is available
- fix cwd fetching check
- correctly free json_objects to remove all existing leaks
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 8b9d95b..54882df 100644 --- a/src/common.h +++ b/src/common.h @@ -11,6 +11,7 @@ #define USER_AGENT NAME "/" VERSION +#define USAGE_STR "Usage: " NAME struct MemoryStruct { uint8_t* memory; |