mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
march 9-10
This commit is contained in:
@@ -378,6 +378,15 @@
|
||||
*/
|
||||
#define RANDOM(min,max) (min + (rand() / (RAND_MAX / (max - min + 1))))
|
||||
|
||||
/* endianness */
|
||||
#ifndef LITTLE_ENDIAN
|
||||
@LIT_END@
|
||||
#endif /* LITTLE_ENDIAN */
|
||||
|
||||
#ifndef BIG_ENDIAN
|
||||
@BIG_END@
|
||||
#endif /* BIG_ENDIAN */
|
||||
|
||||
/* unaligned memory access */
|
||||
@UNALIGNED_MEM@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user