summaryrefslogtreecommitdiffstats
path: root/src/lib/user/stdio.h
blob: b9f3cc6c96e2246d04703796ec05417d5e26b1a8 (plain) (blame)
1
2
3
4
5
6
7
#ifndef __LIB_USER_STDIO_H
#define __LIB_USER_STDIO_H

int hprintf (int, const char *, ...) PRINTF_FORMAT (2, 3);
int vhprintf (int, const char *, va_list) PRINTF_FORMAT (2, 0);

#endif /* lib/user/stdio.h */