mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
7 lines
88 B
Matlab
7 lines
88 B
Matlab
/*
|
|
NSString* nsstring(string s);
|
|
|
|
void darwin_log(string s) {
|
|
NSLog(nsstring(s));
|
|
}
|
|
*/
|