Files
heroku-buildpack-python/vendor/setuptools-2.1/tests/shlib_test/hellolib.c
T
Kenneth Reitz 715ab8b96a Update to Setuptools 2.1 and Pip 1.5.2
So seamless.
2014-02-19 11:59:02 -05:00

4 lines
61 B
C

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