9 lines
100 B
Text
9 lines
100 B
Text
include "NSLog.incl"
|
|
|
|
void local fn Doit
|
|
NSLog(@"%ld",sizeof(long))
|
|
end fn
|
|
|
|
fn DoIt
|
|
|
|
HandleEvents
|