From 6818b8e695fd209a2ecf2381593a8d59bd4a01a5 Mon Sep 17 00:00:00 2001 From: lvntky Date: Mon, 12 Aug 2024 11:49:27 +0300 Subject: [PATCH] [feature] script to create one single header file --- amalgamate.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 amalgamate.py diff --git a/amalgamate.py b/amalgamate.py new file mode 100644 index 0000000..21479f7 --- /dev/null +++ b/amalgamate.py @@ -0,0 +1,9 @@ +# -- ccontainer amalgamete helper script -- +# This helper script iterates include/ccontainer directory +# Copies all header files +# And creates one single .h file which named `ccontainer_amalgamate.h` out of it +# Into the curret directory or specified directory +# By this way you can use all the container types without +# explicity including them. + +print("hello world") \ No newline at end of file