diff --git a/include/libasm.h b/include/libasm.h new file mode 100644 index 0000000..4c58148 --- /dev/null +++ b/include/libasm.h @@ -0,0 +1,8 @@ +#pragma once + +#ifndef __LIBASM__ +# define __LIBASM__ + + + +#endif