#ifndef MAD_MKTHIN_H #define MAD_MKTHIN_H // types struct in_cmd; // interface void makethin(struct in_cmd* cmd); #endif // MAD_MKTHIN_H