Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Run code before/after main in C (GCC)
#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
24-June-2015
1
Project 5 v.01
Class #2, data types
C_141203_PALINDROMO
función malloc()
with goto, with j++
Access the structure variable
Palindromo
19BCE0666.C