Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
Lab 9 v0.8
2 size mas
muuchas funciones utiles
8 trajo semal 4
Virtual table sketch
ptr_tp_ptr
problemapi3
quicksort guía 4
C_141106_Potencia
Maze
Please log in to post a comment.