Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
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
0
Please
log in
to post a comment.
Atoi without minus
Assignment 7
MÓDULO 3, PREGUNTA 1, GUÍA 4
C_141120_factorial02
1
Búsqueda binaria rec
C_141113_dividirRestasSucesivas
PART 2
union behaviour when const obj created
Strncpy memcpy
Please log in to post a comment.