You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
156 B

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