Feature #1136

cpp: Old style C function declarations should be detected

Added by Miroslav Fidler almost 9 years ago. Updated almost 9 years ago.

Status:ApprovedStart date:06/21/2015
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:-Spent time:-
Target version:-

Description

int inflate_table(type, lens, codes, table, bits, work)
codetype type;
unsigned short FAR *lens;
unsigned codes;
code FAR * FAR *table;
unsigned FAR *bits;
unsigned short FAR *work;

- avoid 'type' being global variable

History

#1 Updated by Miroslav Fidler almost 9 years ago

  • Status changed from New to Approved

Also available in: Atom PDF