mirror of
https://github.com/Harshit-Dhanwalkar/AsciiCam.git
synced 2026-06-15 10:45:13 +02:00
16 lines
273 B
C
16 lines
273 B
C
#ifndef NOLIBC_H
|
|
#define NOLIBC_H
|
|
|
|
#define _SYS_SELECT_H 1
|
|
#define __FD_SETSIZE 1024
|
|
|
|
#include "nl_alloc.h"
|
|
#include "nl_errno.h"
|
|
#include "nl_getopt.h"
|
|
#include "nl_io.h"
|
|
#include "nl_printf.h"
|
|
#include "nl_signal.h"
|
|
#include "nl_string.h"
|
|
#include "nl_syscall.h"
|
|
|
|
#endif
|