#include #include #include int main( int argc, char *argv[] ) { int i; DiVine *divine; const char *msg = "DiVine Test!"; int len = strlen( msg ); /* open the connection to the input driver */ divine = divine_open( "/tmp/divine" ); if (!divine) return -1; /* wait a bit */ sleep( 3 ); /* write a string */ for (i=0; i