9 lines
82 B
C
Raw Normal View History

2022-08-04 22:12:04 +02:00
#ifndef NOTHING_H
#define NOTHING_H
#include <stdlib.h>
void nothing();
#endif