 |
MMALIB User Guide
|
Go to the documentation of this file. 1 #ifndef TI_PLATFORMS_H__
2 #define TI_PLATFORMS_H__
8 #define _nassert assert
9 #define __int40_t long long
11 #define inline __inline
12 #define memalign(x, y) _aligned_malloc(y, x)
13 #if !defined(__cplusplus)
15 typedef unsigned int _Bool;
19 #define round(x) ((x) + 0.5)
36 #if defined(C6X_MIGRATION)
37 #include <c6x_migration.h>