I hereby claim:
- I am robryk on github.
- I am robryk (https://keybase.io/robryk) on keybase.
- I have a public key ASDK79LQuRs39ldq8Qcrhd0J-z9FoMKLNs9o0wmRgm_gnwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
image: bradrydzewski/php:5.4 | |
services: | |
- mysql:5.5 | |
# - redis | |
notify: | |
email: | |
recipients: | |
- [email protected] |
program a; | |
{$L ac.o} | |
{$LinkLib c} | |
{$LinkLib gcc_s} | |
procedure install_foo;cdecl;external; | |
begin | |
install_foo; |
extern "C" int foo; | |
bool init() { | |
foo = 42; | |
} | |
static bool inited = init(); |