#include int main(int argc, char **argv) { puts("This is a BRender device driver"); return 0; }