* as/z80/z80mch.c: fixed bug #1704376: missing as-z80 errors
[fw/sdcc] / src / ds400 / main.c
1 /* This is currently a stub. The guts of the '400 implementation
2  * still live in the ds390 directory.
3  */
4
5 #include "main.h"
6
7 /* If we don't have at least one exported function, the Solaris
8  * linker freaks out.
9  */
10
11 void ds400_dummyFunc(void)
12 {
13     ;
14 }