Add common.c
This commit is contained in:
8
src/common.c
Normal file
8
src/common.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "common.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
void gt_not_available (const char *name)
|
||||
{
|
||||
fprintf(stderr, "%s is not available on your platform!\n", name);
|
||||
}
|
||||
Reference in New Issue
Block a user