Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DamRsn/NeuralNote
/ DEBUGGERMESSAGE
Function
DEBUGGERMESSAGE
ThirdParty/ASIO/common/debugmessage.cpp:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#if MAC
5
#include <TextUtils.h>
6
void DEBUGGERMESSAGE(char *string)
7
{
8
c2pstr(string);
9
DebugStr((unsigned char *)string);
10
}
11
#else
12
#error debugmessage
13
#endif
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected