• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

print.h

Go to the documentation of this file.
00001 /*@{*//*@}*/
00009 
00010 #ifndef PRINT_H
00011 #define PRINT_H
00012 
00013 #include <stdio.h>
00014 
00015 #ifdef EXPORT
00016   #define EXTERN
00017 #else
00018   #define EXTERN extern
00019 #endif
00020 
00021 /******************************************************************************/
00022 /* Constants (#define)                *//*@{*/
00023 /* End: define Constants                                                *//*@}*/
00024 /******************************************************************************/
00025 
00026 /******************************************************************************/
00027 /* Macro definitions (#define)           *//*@{*/
00028 /* End: Macro definitions (#define)                                     *//*@}*/
00029 /******************************************************************************/
00030 
00031 /******************************************************************************/
00032 /* Basic types (typedef)                 *//*@{*/
00033 /* End: Basic types (typedef)                                           *//*@}*/
00034 /******************************************************************************/
00035 
00036 /******************************************************************************/
00037 /* Global variables/constan.  *//*@{*/
00038 /* End: Global variables                                                *//*@}*/
00039 /******************************************************************************/
00040 
00041 /******************************************************************************/
00042 /* Prototype declarations                                                     */
00043 EXTERN void   print_Init (void);
00044 EXTERN INT16  print_Char (CHAR c, FILE* stream);
00045 /* End: Prototype declarations                                                */
00046 /******************************************************************************/
00047 
00048 #undef EXTERN
00049 #endif /* PRINT_H */
00050 
00051 /**** Last line of code                                                    ****/

Generated on Sun Jan 23 2011 14:05:40 for ULA replacement firmware by  doxygen 1.7.2