#ifndef _MOLERAT_H_ #define _MOLERAT_H_ struct key { char* key; char* value; }; #endif