bpmmessages/bpm_warning.c

Go to the documentation of this file.
00001 
00005 #include <stdio.h>
00006 #include <bpm/bpm_messages.h>
00007 
00008 void bpm_warning( char* msg, char* f, int l ) {
00009 
00010   fprintf( stderr, "+++ libbpm warning (%s <%d>): %s \n",f, l, msg );
00011   fflush( stderr );
00012 
00013   return;
00014 }

Generated on Thu Jan 10 10:18:04 2008 for libbpm by  doxygen 1.5.1