mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-07-04 19:30:30 +00:00
10 lines
135 B
C
10 lines
135 B
C
#ifndef _EXECUTOR_H
|
|
#define _EXECUTOR_H
|
|
|
|
#include "Types.h"
|
|
|
|
void Executor_Init(void);
|
|
bool Executor_Run(void);
|
|
|
|
#endif // _EXECUTOR_H
|