return-type function-name( argument-declarations ) { /* declarations and statements */ }
void dummy() {}
which does nothing and returns nothing.