| delorie.com/archives/browse.cgi | search |
| From: | Erik Max Francis <max AT alcyone DOT com> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: A very basic question about C programming... diary of a newbie Part 1 |
| Date: | Wed, 12 Aug 1998 19:05:58 -0700 |
| Organization: | Alcyone Systems |
| Lines: | 18 |
| Message-ID: | <35D24A06.48D1FACE@alcyone.com> |
| References: | <SS9A1.434$vq2 DOT 881313 AT newse2 DOT tampabay DOT rr DOT com> <1998081206211700 DOT CAA19663 AT ladder03 DOT news DOT aol DOT com> <35de05c5 DOT 2889448 AT news DOT Austria DOT EU DOT net> |
| NNTP-Posting-Host: | charmaine.alcyone.com |
| Mime-Version: | 1.0 |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Gerhard Gruber wrote:
> I'd recommend to protoype all functions that you want to use more
> often then
> just for a quick and dirty hack.
It's the rare case when you _won't_ use prototypes for functions, except
perhaps when they are static functions (used in only one module) and are
defined before they are referenced in that module.
--
Erik Max Francis / email max AT alcyone DOT com / whois mf303 / icq 16063900
Alcyone Systems / irc maxxon (efnet) / finger max AT sade DOT alcyone DOT com
San Jose, CA / languages En, Eo / web http://www.alcyone.com/max/
USA / icbm 37 20 07 N 121 53 38 W / &tSftDotIotE
\
/ But since when can wounded eyes see
/ Joi
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |