7 lines
57 B
C
Raw Normal View History

2022-08-04 22:12:04 +02:00
#include "nothing.h"
2024-04-14 22:45:38 +02:00
void nothing(void)
2022-08-04 22:12:04 +02:00
{
(void*)0;
}