mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-21 00:46:47 +00:00
6 lines
133 B
Odin
6 lines
133 B
Odin
//+build windows
|
|
package all
|
|
|
|
import c_tokenizer "core:c/frontend/tokenizer"
|
|
import c_preprocessor "core:c/frontend/preprocessor"
|