awips2/nativeLib/rary.ohd.ofs/inc/c_call_f/set_ofs_lock.h

8 lines
143 B
C
Raw Normal View History

#ifdef LINX
#define SET_OFS_LOCK set_ofs_lock_
#else
#define SET_OFS_LOCK set_ofs_lock
#endif
extern void SET_OFS_LOCK(char[], int*) ;