Sign in
qemu
/
meson
/
refs/heads/nirbheek/un-disable-rust-vs2017
/
.
/
test cases
/
python
/
4 custom target depends extmodule
/
ext
/
lib
/
meson-tachyonlib.c
blob: aeff296558f1e5b2c32478124635c0f55f9ad331 [
file
] [
log
] [
blame
]
#ifdef
_MSC_VER
__declspec
(
dllexport
)
#endif
const
char
*
tachyon_phaser_command
(
void
)
{
return
"shoot"
;
}