2024-04-08 13:39:24 +02:00

9 lines
134 B
C

#ifndef PRINTCMDLIST_H
#define PRINTCMDLIST_H
#include "CMDList.h"
extern void printCMDList(CMDList_t* list, char* indent);
#endif