[splint-discuss] Newbie question, non-ANSI data types
Paul van der Merwe
paul.vandermerwe at fp.co.nz
Sun Mar 21 21:54:32 EST 2004
Hi,
how do one get around parse errors caused by non-ANSI data types. Data types
like tiny, near, far, etc. ???
e.g. unsigned char read_e_port(unsigned char near*);
a pointer to near memory, this is on an Hitachi H8 embedded controller.
These are internal to the compiler.
How get around non-ANSI function declerations? e.g.
void near_func InitSPI(unsigned char baud);
Others using embedded controller compilers must have stumbled over these
issues.
any help will be appreciated.
thanx®ards
Paul
More information about the splint-discuss
mailing list