uemf_safe.h revision a1abfc12cd890270e97e668d603c7705f289828f
a1abfc12cd890270e97e668d603c7705f289828fmathog @brief Defintions and prototype for function for converting EMF records between Big Endian and Little Endian byte orders.
a1abfc12cd890270e97e668d603c7705f289828fmathogVersion: 0.0.2
a1abfc12cd890270e97e668d603c7705f289828fmathogDate: 26-MAR-2015
a1abfc12cd890270e97e668d603c7705f289828fmathogAuthor: David Mathog, Biology Division, Caltech
a1abfc12cd890270e97e668d603c7705f289828fmathogemail: mathog@caltech.edu
a1abfc12cd890270e97e668d603c7705f289828fmathogCopyright: 2015 David Mathog and California Institute of Technology (Caltech)
a1abfc12cd890270e97e668d603c7705f289828fmathogextern "C" {
a1abfc12cd890270e97e668d603c7705f289828fmathog// prototypes
a1abfc12cd890270e97e668d603c7705f289828fmathogint bitmapinfo_safe(const char *Bmi, const char *blimit);
a1abfc12cd890270e97e668d603c7705f289828fmathog//! \endcond
a1abfc12cd890270e97e668d603c7705f289828fmathog#endif /* _UEMF_SAFE_ */