6 lines
53 B
C
6 lines
53 B
C
#include "b.h"
|
|
EXPORT_B int b1(void)
|
|
{
|
|
return 0;
|
|
}
|
#include "b.h"
|
|
EXPORT_B int b1(void)
|
|
{
|
|
return 0;
|
|
}
|