Reader Writer Problem
This commit is contained in:
11
System2/RW_problem/tprintf.h
Normal file
11
System2/RW_problem/tprintf.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/* Utilitaire printf estampille : a reutiliser ...
|
||||
print et fprintf prefixes par "seconds:microsecondes:pid: " ou "seconds:microsecondes:pid:tid: "
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
|
||||
/* printf estampille : a reutiliser ... */
|
||||
int tprintf( const char *, ... );
|
||||
int tfprintf(FILE * stream, const char * message, ... );
|
||||
|
||||
Reference in New Issue
Block a user