TICS Coding Standard Viewer
TIOBE Software Quality Framework
Home
|
Coding Rules
|
Categories
|
Literature
|
Change History
|
Generate PDF
|
Log in
Revision:
18.9
18.8
18.7
18.6
18.5
18.4
18.3
18.2
18.1
18.0
ASML C Coding Standard
Search
Rule: 6.3.2.2.b
Synopsis:
For generic pointers void * shall be used rather than char *.
Language:
C
Severity Level:
6
Category:
Conversions
Description:
Justification
Usage of char * as generic pointer is obsolete since 1989.