Cube  Diff

Differences From Artifact [0a7160063e]:

To Artifact [4adaa385b0]:


32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
			rnd(i + 1);                          \
	}

#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







<
<







32
33
34
35
36
37
38


39
40
41
42
43
44
45
			rnd(i + 1);                          \
	}

#ifndef OF_WINDOWS
# define __cdecl
#endif



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