1 2 3 4 5 6 7 8 9
#ifndef _MOLERAT_H_ #define _MOLERAT_H_ struct key { char* key; char* value; }; #endif