CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
sbcon.h
Go to the documentation of this file.
1
18
19#pragma once
20
21#include <cx/console/console.h>
23
24CX_C_BEGIN
25
43bool sbufConOut(_Inout_ StreamBuffer* sb, _In_ ConStream* con);
44
56_Check_return_ bool sbufConCRegisterPush(_Inout_ StreamBuffer* sb, _In_ ConStream* con);
57
59
60CX_C_END
Console streams, capability detection, and buffered output.
bool sbufConOut(StreamBuffer *sb, ConStream *con)
bool sbufConCRegisterPush(StreamBuffer *sb, ConStream *con)
Core stream buffer implementation for efficient data streaming.