Added basic instructions for using guard2once and once2guard

This commit is contained in:
John Wellbelove 2025-07-27 10:39:40 +01:00
parent 43385fea63
commit 5fc7e33228

10
guard2once.txt Normal file
View File

@ -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" .