This repository has been archived on 2021-11-25. You can view files and clone it, but cannot push or open issues/pull-requests.
UAPI/src/include/log.h

5 lines
66 B
C
Raw Normal View History

2017-12-14 17:59:27 +08:00
#pragma once
/// Debug output
void dprintf(const char* fmt,...);