Vuo  2.3.2
VuoSort.h
Go to the documentation of this file.
1 
10 #ifdef __cplusplus
11 extern "C"
12 {
13 #endif
14 
18 typedef struct
19 {
20  int index;
21  float value;
23 
24 void VuoSort_sortArrayByOtherArray(void *array, unsigned long elemCount, unsigned long elemSize, VuoIndexedFloat *other);
25 
26 #ifdef __cplusplus
27 }
28 #endif