7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
#import <stdio.h>
|
|
#import "vis.h"
|
|
|
|
int EXPORT_PUBLIC libbar(void) {
|
|
return 0;
|
|
}
|