12 lines
189 B
Mathematica
12 lines
189 B
Mathematica
|
// 10 june 2019
|
||
|
#import "test_darwin.h"
|
||
|
|
||
|
static const uiControlOSVtable vtable = {
|
||
|
.Size = sizeof (uiControlOSVtable),
|
||
|
};
|
||
|
|
||
|
const uiControlOSVtable *testOSVtable(void)
|
||
|
{
|
||
|
return &vtable;
|
||
|
}
|