Re: Caps convention.
From: Richard Heathfield (dontmail_at_address.co.uk.invalid)
Date: 12/20/03
- Next message: Vbman / Simon: "Re: C Reference page on Linux"
- Previous message: Wolfgang Kaufmann: "Re: How should I start learning?"
- In reply to: Malcolm: "Caps convention."
- Next in thread: Arthur J. O'Dwyer: "Re: Caps convention."
- Reply: Arthur J. O'Dwyer: "Re: Caps convention."
- Reply: Malcolm: "Re: Caps convention."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 20 Dec 2003 19:23:29 +0000 (UTC)
Malcolm wrote:
> Use all lower case for ansi c functions, and Capitalise For
> Platform-Specific.
>
> If you call something with caps, then your function name requires caps
> itself.
Taken to its logical conclusion, this requires you to define your entry
point as Main() - and then it won't link.
Duh.
-- Richard Heathfield : binary@eton.powernet.co.uk "Usenet is a strange place." - Dennis M Ritchie, 29 July 1999. C FAQ: http://www.eskimo.com/~scs/C-faq/top.html K&R answers, C books, etc: http://users.powernet.co.uk/eton
- Next message: Vbman / Simon: "Re: C Reference page on Linux"
- Previous message: Wolfgang Kaufmann: "Re: How should I start learning?"
- In reply to: Malcolm: "Caps convention."
- Next in thread: Arthur J. O'Dwyer: "Re: Caps convention."
- Reply: Arthur J. O'Dwyer: "Re: Caps convention."
- Reply: Malcolm: "Re: Caps convention."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|