index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
88 dep fallback
/
subprojects
/
boblib
/
bob.h
blob: 8dd4b334d408103f60ead58d00ea804513c1afd2 (
plain
)
1
2
3
4
5
6
#pragma once
#ifdef _MSC_VER
__declspec
(
dllimport
)
#endif
const
char
*
get_bob
(
void
);