9 lines
82 B
C
9 lines
82 B
C
#ifndef NOTHING_H
|
|
#define NOTHING_H
|
|
|
|
#include <stdlib.h>
|
|
|
|
void nothing();
|
|
|
|
#endif
|