index
:
minicc.git
master
Minimal Incomplete Compiler Collection
mail@reichwein.it
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
debug.h
blob: 25a9671ae7f81b5b15233472c2a676a7a3119e3d (
plain
)
1
2
3
4
5
6
7
#pragma once #include <string> extern bool debug; void Debug(std::string s);