7 lines
53 B
C
7 lines
53 B
C
|
#include "nothing.h"
|
||
|
|
||
|
void nothing()
|
||
|
{
|
||
|
(void*)0;
|
||
|
}
|