molehole/include/molerat.h

10 lines
94 B
C
Raw Permalink Normal View History

2024-07-23 21:48:28 +00:00
#ifndef _MOLERAT_H_
#define _MOLERAT_H_
struct key {
char* key;
char* value;
};
#endif