#include "init.h" #include "vdc.h" int main() { void demo(void); demo(); vdc_init(); init(); return 0; }