Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
a weird way to print hello, world! hmm...
//gcc 5.4.0 #include <stdio.h> #include <dlfcn.h> int main(void) { void *h = dlopen(NULL, RTLD_LAZY); ((int (*)(char *)) dlsym(h, "puts"))("Hello, world!"); dlclose(h); return 0; }
run
|
edit
|
history
|
help
1
Bitwise Operations
223780
a1
Atoi test
pthread_monte_carlo_pi.c
C)_Assign_q4
BSEARCH() WITH STRUCT
B_141202_PALINDROMO
Multiple If statements v.09
A_141124_arrayMaxMin02