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
kill
Bool datatype Operation for GCC
strcat
Project 3 Part 1 v0.5
Warnings
A_141124Burbuja
Spring 2017 Project 2 v1.2
2017_1117_TARTAGLIA
18BCE2182 ASSESS_2 Q4
Lab 9 v0.6