1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

enable temporary fns.h with C defs

This commit is contained in:
Alexander Medvednikov 2019-11-05 19:34:37 +03:00
parent eb069833a8
commit dc1ca31071

View File

@ -6,7 +6,7 @@ CommonCHeaders = '
#include <stdio.h> // TODO remove all these includes, define all function signatures and types manually
#include <stdlib.h>
//#include "fns.h"
#include "fns.h"
#include <signal.h>
#include <stdarg.h> // for va_list
#include <inttypes.h> // int64_t etc