r3/include/node.h

19 lines
247 B
C
Raw Normal View History

2014-05-14 22:10:34 -04:00
/*
* 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 */