MCPcopy Create free account
hub / github.com/cpputest/cpputest / DosPutchar

Function DosPutchar

src/Platforms/Dos/UtestPlatform.cpp:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143void (*PlatformSpecificFClose)(PlatformSpecificFile file) = DosFClose;
144
145static int DosPutchar(int c)
146{
147 return putchar(c);
148}
149
150static void DosFlush()
151{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected