1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-11 23:25:11 +00:00
Files
millfork/include/stdlib.mfk
2018-07-12 19:39:25 +02:00

10 lines
142 B
Plaintext

// target-independent things
#if ARCH_6502
import stdlib_6502
#elseif ARCH_Z80
import stdlib_z80
#else
#warn Unsupported architecture
#endif