Files
heroku-buildpack-python/vendor/distribute-0.6.32/tests/shlib_test/hellolib.c
T
2012-12-19 23:29:37 -05:00

4 lines
61 B
C

extern char* get_hello_msg() {
return "Hello, world!";
}