Y
Hacker News
new
|
ask
|
show
|
jobs
by
account42
515 days ago
main() is not the entry pont, some platform specific CRT is.
1 comments
skissane
515 days ago
Also, the CRT will call any functions you declare `__attribute__((constructor))` before it calls `main()`
link