Cube  Diff

Differences From Artifact [1aee766b5c]:

To Artifact [277ccadbda]:


42
43
44
45
46
47
48



49



50
51

#ifndef OF_WINDOWS
# define __cdecl
#endif

#define fast_f2nat(val) ((int)(val))




extern void endianswap(void *, int, int);




#endif







>
>
>

>
>
>


42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57

#ifndef OF_WINDOWS
# define __cdecl
#endif

#define fast_f2nat(val) ((int)(val))

#ifdef __cplusplus
extern "C" {
#endif
extern void endianswap(void *, int, int);
#ifdef __cplusplus
}
#endif

#endif