#ifndef NOTHING_H
#define NOTHING_H

#include <stdlib.h>

void nothing();

#endif
