2022-08-04 22:12:04 +02:00

9 lines
82 B
C

#ifndef NOTHING_H
#define NOTHING_H
#include <stdlib.h>
void nothing();
#endif