molehole/include/molerat.h

10 lines
94 B
C
Executable File

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