Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Run code before/after main in C (Clang)
#include <stdio.h> void __attribute__ ((constructor)) premain() { puts("premain()"); } void __attribute__ ((destructor)) postmain() { puts("postmain()"); } int main(int argc, char *argv[]) { puts("main()"); return 0; }
run
|
edit
|
history
|
help
1
Herout (67) - 13
Concatenate Strings
strchr
Bucles: Ver si un número es primo
Ducktype
Punteros: dame tres valores
Does fgets() read past a leading newline?
Recursividad: Hanoi
Bucles: Triángulo de asteriscos lateral izquierdo
Detecta vocales