7 lines
70 B
Mathematica
7 lines
70 B
Mathematica
|
#import <CoreFoundation/CoreFoundation.h>
|
||
|
|
||
|
int func()
|
||
|
{
|
||
|
return 1;
|
||
|
}
|