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