upscheme/c/os_haiku.c

17 lines
253 B
C

#include <math.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "scheme.h"
char *get_exename(char *buf, size_t size)
{
(void)buf;
(void)size;
return NULL;
}