From 5fc7e3322834bb94c661e1a2c4f070d0a60ebd53 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 27 Jul 2025 10:39:40 +0100 Subject: [PATCH] Added basic instructions for using guard2once and once2guard --- guard2once.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 guard2once.txt diff --git a/guard2once.txt b/guard2once.txt new file mode 100644 index 00000000..b8476a5c --- /dev/null +++ b/guard2once.txt @@ -0,0 +1,10 @@ +Install +python -m pip install guardonce + +Navigate to etl/include/etl + +Change from #include guard to #pragma once +guard2once -r "." + +Change from #pragma once to #include guard +once2guard -r -p "path | snake | prepend ETL | upper" . \ No newline at end of file