Exemple #1
0
int main() {
	bc_test();
	return 0;
}
Exemple #2
0
  int main() {
     printf("bclip_main\n");
	  bc_test();
	  return 0;
  }