/* ************************************************************** */ /* * DAC488HRUI.H * * Zachary Wolf * 7/27/98 */ #ifndef __DAC488HRUI_HEADER #define __DAC488HRUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void dac488hrui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif