syntax - Why c functions can be defined this way? -


possible duplicates:
what useful c syntax?
what strange function definition syntax in c?

static void add_shopt_to_alist (opt, on_or_off)      char *opt;      int on_or_off; { ... } 

what's syntax :

(opt, on_or_off)          char *opt;          int on_or_off; 

?


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -