libUEMF
A portable library for reading and writing WMF, EMF and EMF+ files
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
uwmf_endian.h
Go to the documentation of this file.
1 
7 /*
8 File: uwmf_endian.h
9 Version: 0.0.2
10 Date: 26-NOV-2013
11 Author: David Mathog, Biology Division, Caltech
12 email: mathog@caltech.edu
13 Copyright: 2013 David Mathog and California Institute of Technology (Caltech)
14 */
15 
16 #ifndef _UWMF_ENDIAN_
17 #define _UWMF_ENDIAN_
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 #include "uemf_endian.h"
24 
26 // prototypes
27 int U_wmf_endian(char *contents, size_t length, int torev);
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif /* _UWMF_ENDIAN_ */
int U_wmf_endian(char *contents, size_t length, int torev)
Convert an entire WMF in memory from Big Endian to Little Endian (or vice versa). ...
Definition: uwmf_endian.c:1477
Defintions and prototype for function for converting EMF records between Big Endian and Little Endian...