5 lines
72 B
C
5 lines
72 B
C
#pragma once
|
|
|
|
#include <stdio.h>
|
|
|
|
void error(const char *functionName);
|