micro-utils/include/libmu/unused.h

7 lines
73 B
C
Raw Normal View History

2024-07-01 10:23:00 +00:00
#ifndef _UNUSED_H
#define _UNUSED_H
#define UNUSED(p) ((void)p)
#endif