bcssocket/include/errors.h

10 lines
152 B
C

#ifndef ERRORS_H
#define ERRORS_H
#include <stdio.h>
#include <stdlib.h>
void printError(char * string);
void printSystemError(char * string);
#endif