9 lines
134 B
C
9 lines
134 B
C
#ifndef PRINTCMDLIST_H
|
|
#define PRINTCMDLIST_H
|
|
|
|
#include "CMDList.h"
|
|
|
|
extern void printCMDList(CMDList_t* list, char* indent);
|
|
|
|
#endif
|