Argument declaration style (WAS: ANSI C prototypes)

Peter da Silva peter at ficc.ferranti.com
Fri Nov 9 09:18:28 AEST 1990


In article <3944.27367fb2 at cc.helsinki.fi>, jaakola at cc.helsinki.fi writes:
> > 	static void auxilary_func(int a)
> > 	{
> > 		...
> > 	}

>      - I don't like wrapped lines

Well, that's a different problem. The standard lets you do what you want,
but you think it's ugly. De gustibus non est disputandum.

> 	grep \)$ *.c

Odd, that gets *me* all my ifs, whiles, and fors as well...

> myfile.c:int foo(a,b)
> mydb.c:BOOL open_db(dbname,audit_file,username,password)
> mydb.c:BOOL get_record(key,buffer,bufferlen)
> ..

Ever hear of ctags?
-- 
Peter da Silva.   `-_-'
+1 713 274 5180.   'U`
peter at ferranti.com 



More information about the Comp.lang.c mailing list