Newer
Older
ubixos-pre / src / bin / test / main.cpp
@reddawg reddawg on 18 Jun 2004 122 bytes UbixOS PreRelease
#include <objgfx40/vWindow.h>
 
extern "C" {
  #include <stdio.h>
  }

int main(void) {
  printf("Test");
  return 0;
  }