summaryrefslogtreecommitdiff
path: root/src/libc.h
blob: 0558a772fc8f8969300e9efaec7f3d0661028a81 (plain)
1
2
3
4
5
6
#ifndef LIBC_H
#define LIBC_H

const char *display_libc();

#endif