/*
* dummy.h
*
* Created: 26-Oct-18 08:49:49
* Author: Edwin
*/
#ifndef DUMMY_H_
#define DUMMY_H_
static void dummy()
{
}
#endif /* DUMMY_H_ */