micro-utils/include/unused.h
2024-07-09 11:02:46 +03:00

7 lines
73 B
C

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