9 lines
108 B
C
9 lines
108 B
C
#include "bitbuff.h"
|
|
|
|
#include "bitbuff_core.c"
|
|
void BB_Main(void)
|
|
{
|
|
RunOnce();
|
|
BB_StartupDeps();
|
|
}
|