1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-07 21:28:59 +00:00
millfork/include/stdlib.mfk
2018-07-30 18:55:20 +02:00

10 lines
142 B
Plaintext

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