15 lines
118 B
Mathematica
15 lines
118 B
Mathematica
|
|
||
|
#import "bar.h"
|
||
|
|
||
|
|
||
|
#import <foo/bar.h>
|
||
|
|
||
|
|
||
|
#if __has_include(<foo/bar.h>)
|
||
|
#import <foo/bar.h>
|
||
|
#endif
|
||
|
|
||
|
|
||
|
@import foo.bar
|
||
|
|