Split examples/all into different files

This commit is contained in:
gingerBill
2021-09-29 13:41:29 +01:00
parent b2164b5da6
commit 4acb4c4ee2
3 changed files with 18 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
//+build windows
package all
import c_tokenizer "core:c/frontend/tokenizer"
import c_preprocessor "core:c/frontend/preprocessor"