in reply to Re^4: (OT) How can I do unless(caller) { main; } in C using GCC in Windows?
in thread (OT) How can I do unless(caller) { main; } in C using GCC in Windows?

I wasn't especially concerned about off-topicness. I was just wondering why the OP had chosen to ask a question about C on a site dedicated to an entirely different programming language. There must surely be other sites where they'd get reach a more expert audience.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re^5: (OT) How can I do unless(caller) { main; } in C using GCC in Windows?