HPGCC3 Documentation 3.0 R003
|
00001 //& *** (c) 2006-2011 The HPGCC3 Team *** 00002 //& Claudio Lapilli 00003 //& Ingo Blank 00004 //& 00005 //& This file is licensed under the terms and conditions of the 00006 //& HPGCC3 license that is included with the source distribution. 00007 //& *** (c) 2006-2011 The HPGCC3 Team *** 00008 00009 00034 #ifndef _HPGCC3_ALL 00035 #define _HPGCC3_ALL 00036 00037 #ifdef __cplusplus 00038 extern "C" { 00039 #endif 00040 00041 00042 //includes everything for the HP49g+ 00043 00044 // < ibl ; 2005-09-06 > 00045 00046 // 64-BIT TYPE DEFINITION, ADDED BY CLAUDIO 01/14/05 00047 00048 #ifndef _LONGLONG_DEF 00049 typedef unsigned long long ULONGLONG; 00050 typedef long long LONGLONG; 00051 #define _LONGLONG_DEF 00052 #endif 00053 00054 #include <hpgcc_config.h> 00055 #include <conio.h> 00056 #include <ctype.h> 00057 #include <keyb.h> 00058 #include <math.h> 00059 #include <setjmp.h> 00060 #include <stdio.h> 00061 #include <stdlib.h> 00062 #include <string.h> 00063 #include <sys.h> 00064 #include <time.h> 00065 #include <kos.h> 00066 #include <syscall.h> 00067 #include <extreal.h> 00068 #include <sat3.h> 00069 #include <signal.h> 00070 00071 #ifdef __cplusplus 00072 } 00073 #endif 00074 00075 #endif