N
Neil Kurzman
Spidey said:How can to write a c program without a main()
so i can compile and run it
Simply edit the startup code.
which is of course WOT.
Spidey said:How can to write a c program without a main()
so i can compile and run it
Skarmander said:Forget the Obfuscated C Contest, we need a C Haiku Contest.
Senryu. Or zappai. Not haiku.
Well you need to ask this question at gcc newsgroup. The only way to do
this is to modify compiler and libraries. YOu need to tinker with
__main, crt0 or crt1.
Well you need to ask this question at gcc newsgroup. The only way to do
this is to modify compiler and libraries. YOu need to tinker with
__main, crt0 or crt1.
__main? I think you mean _start
[which is, of course, off-topic for this newsgroup]
(in article said:[which is, of course, off-topic for this newsgroup]
As is anything else that is the least bit interesting.
Kenny McCormack wrote
(in article said:[which is, of course, off-topic for this newsgroup]
As is anything else that is the least bit interesting.
Feel free to unsubscribe if you find clc boring. please.
(in article said:Kenny McCormack wrote
(in article said:[which is, of course, off-topic for this newsgroup]
As is anything else that is the least bit interesting.
Feel free to unsubscribe if you find clc boring. please.
What give ya dat idea?
Kenny McCormack wrote
(in article said:Kenny McCormack wrote
(in article <[email protected]>):
[which is, of course, off-topic for this newsgroup]
As is anything else that is the least bit interesting.
Feel free to unsubscribe if you find clc boring. please.
What give ya dat idea?
You saying it, probably.
Randy Howard said:
Kenny McCormack wrote
(in article said:Kenny McCormack wrote
(in article <[email protected]>):
[which is, of course, off-topic for this newsgroup]
As is anything else that is the least bit interesting.
Feel free to unsubscribe if you find clc boring. please.
What give ya dat idea?
You saying it, probably.
Given his track record, what makes you think he was correct?
Hi Kenny,Kenny said:Richard Heathfield said:Randy Howard said:
Kenny McCormack wrote
(in article <[email protected]>):
Kenny McCormack wrote
(in article <[email protected]>):
[which is, of course, off-topic for this newsgroup]
As is anything else that is the least bit interesting.
Feel free to unsubscribe if you find clc boring. please.
What give ya dat idea?
You saying it, probably.
Given his track record, what makes you think he was correct?
You guys really are pathetic.
Although I shouldn't have to point this out, the part that you (both)
deleted explained exactly why CLC is anything but boring.
Joe Wright said:Kenny McCormack wrote: [snip]
Hi Kenny,
You don't seem to get it. Us 'guys' are not pathetic and if you think
we are, who cares what you think? And we don't take ourselves too
seriously most of the time. We tend to take the group comp.lang.c
seriously though. We respect the group and we expect you to. If you
cannot, please go away.
Randy Howard said:Kenny McCormack wrote
(in article said:[which is, of course, off-topic for this newsgroup]
As is anything else that is the least bit interesting.
Feel free to unsubscribe if you find clc boring. please.
void main()
void main()
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.