bond/include/kernel/hal/print.h
2018-01-31 14:10:24 -05:00

8 lines
139 B
C

#ifndef _KERNEL_HAL_PRINT_H_
#define _KERNEL_HAL_PRINT_H_
#include "type.h"
void KABI hal_vprintf(const char* str, va_list args);
#endif