r3/include/node.h
2014-05-15 10:10:34 +08:00

19 lines
247 B
C

/*
* node.h
* Copyright (C) 2014 c9s <c9s@c9smba.local>
*
* Distributed under terms of the MIT license.
*/
#ifndef NODE_H
#define NODE_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#endif /* !NODE_H */