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

#pragma once
/// Debug output
void dprintf(const char* fmt,...);