9 lines
91 B
C
9 lines
91 B
C
#ifndef SOMETHING_H
|
|
#define SOMETHING_H
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include "nothing.h"
|
|
|
|
#endif
|