Tools
bob.asc
Associated article: Bob as a Macro Processor Library
Tags: .NET Tools Embedded Systems
_BOB AS A MACRO PROCESSOR LIBRARY_
by Brett Dutton
Listing One
/* initialize the bob interface language */
if ( ( bobSock = BobInitialize ( ) ) < 0 ){
fprintf (stderr,"Unable to initialize Bobn" );
exit(1);
}
/* add this socket to the event loop for listening */
XtAppAddInput ( app_...


