upscheme/c/fs_sunos.c

11 lines
132 B
C
Raw Normal View History

2019-08-13 16:58:14 -04:00
#include <unistd.h>
#include "fs.h"
char *get_exename(char *buf, size_t size)
{
(void)buf;
(void)size;
return NULL;
}