13e2a8834d
It's sometime useful to create a stream aliasing a buffer on the stack, and it's nice if we don't need some extra malloc for this. Example use: BYTE buffer[20]; wStream s; Stream_StaticInit(&s, buffer, sizeof(buffer)); Stream_Write_UINT16(&s, 0xff01); Stream_Free(&s, FALSE); |
||
---|---|---|
.. | ||
include | ||
libwinpr | ||
test | ||
tools | ||
.gitignore | ||
CMakeLists.txt | ||
winpr.pc.in | ||
WinPRConfig.cmake.in | ||
wlog.7 |