micro-utils/libmu/unused.h
2024-07-09 22:33:45 +03:00

7 lines
73 B
C

#ifndef _UNUSED_H
#define _UNUSED_H
#define UNUSED(p) ((void)p)
#endif