#include #include #define BLOCK_SIZE 1234 void dolittle(char ch) { if ( ch==255 ) printf("Right.\n"); return; } void gallant( void ) { PCHAR pv; int index; pv = LocalAlloc( LPTR, BLOCK_SIZE ); if ( !pv ) { printf( "gallant: allocation failed.\n" ); return; } for ( index=0; index