6 lines
53 B
C
Raw Normal View History

2012-04-19 19:04:21 +03:00
#include "b.h"
2016-07-09 11:21:54 +02:00
EXPORT_B int b1(void)
{
return 0;
}