gcc __attribute__((constructor)) and command line arguments

I am using gcc.
Can I somehow access argc and argv from function declared with __attribute__((constructor))?
Last edited on
I don't think so.
Topic archived. No new replies allowed.