first commit

This commit is contained in:
Your Name 2024-07-01 13:23:00 +03:00
commit 21be7fd279
156 changed files with 6939 additions and 0 deletions

6
include/libmu/unused.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _UNUSED_H
#define _UNUSED_H
#define UNUSED(p) ((void)p)
#endif