summaryrefslogtreecommitdiff
path: root/src/port/stdio.h
blob: 59a7d677da4e33b7358a3e53c504ad17f972a217 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __STDIO_H
#define __STDIO_H

#include "sys.h"

#include <stdio.h>

#include "snprintf.h"

#endif /* ifndef __STDIO_H */