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
Practice Problem 7
Daniel - hw3q2
C Pointers Experiment (So bad don't use)
If Statement/ Decrements V2
voltage float hex value
Rationale Zahlen
223780
Project 4 v1.1
HeapSort
E