14 lines
137 B
C
14 lines
137 B
C
/*
|
|
* error.c
|
|
*
|
|
* Created on: 21 avr. 2016
|
|
* Author: nathan
|
|
*/
|
|
|
|
#include "error.h"
|
|
|
|
void hex_error (char* msg, bool quit)
|
|
{
|
|
|
|
}
|