9 lines
82 B
Mathematica
9 lines
82 B
Mathematica
|
#include "myModule.h"
|
||
|
|
||
|
void public_func() {}
|
||
|
|
||
|
int private_func() {
|
||
|
return 5;
|
||
|
}
|
||
|
|