summaryrefslogtreecommitdiff
path: root/make/xCode/ncbicguiapp/main.c
blob: 06c83a4528108d3a4f51e44b6ce9339e2ebea8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//
//  sample vibrant main.c
//

#include <vibrant.h>

Int2 Main (void)

{
  return 0;
}