|
API Guide Home (Online version only) |
![]() |
Go to the source code of this file.
| #define FAR_CALL | ( | funcName | ) |
file FarCall.h
History: 22-feb-2000 dia Initial version 08-mar-2000 dia Fixed off-by-two error (don't know why it worked before). 06-Apr-2000 BP Added support for gcc 2.95 and new callseq attribute 11-Apr-2000 BP Added FAR_PTR for function pointers 06-jun-2000 dia Fixed FAR_PTR--it wasn't loading right.
| #define FAR_DECLARE | ( | funcName | ) |
| #define FAR_PTR | ( | outPtr, | |||
| funcPtr | ) | do { *(outPtr) = (funcPtr); } while (0) |
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:57 2008 for Palm API Guide |