summaryrefslogtreecommitdiff
path: root/miniany/libc-hosted.c
blob: 8cb4d465e9a75518dc9fa89aa51514a3fee568b6 (plain)
1
2
3
4
5
6
7
/*
 * include files for C library of the host. Currently only tested
 * with glibc 2.31.
 */

#include <stdio.h>
#include <stdlib.h>