Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rule 3.6: Reserved words and standard library function names
#3
tria1312 Wrote:
Code:
u16_t f29( void );

But I dont see any reserved words or standard library function names.

I wonder if they are thinking of the C99 wording (in 7.2.6 "Future Library Directions").

ISO/IEC 9899:1999 Wrote:The following names are grouped under individual headers for convenience. All external
names described below are reserved no matter what headers are included by the program.

and in section 7.26.8 "Integer types "

ISO/IEC 9899:1999 Wrote:Typedef names beginning with int or uint and ending with _t may be added to the
types defined in the header.

Alternatively they may be thinking of the POSIX reservation of _t names.

stephen


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)