Threads Pool - C Language
errore.h
Vai alla documentazione di questo file.
00001 
00021 #ifndef ERRORE_H_
00022 #define ERRORE_H_
00023 
00024 #include <errno.h>
00025 #include <stdio.h>
00026 #include <stdarg.h>
00027 
00047 int sys_err(const char *file, int line, const char *format, ...);
00048 
00067 void gen_err(const char *file, int line, const char *format, ...);
00068 
00069 #endif /*ERRORE_H_*/