ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
internal.h
Go to the documentation of this file.
1#pragma once
2
20#pragma once
21
22#include "platform/util.h"
23
24// ============================================================================
25// Platform-Internal Implementation Details
26// ============================================================================
27// Add platform-specific implementation details here as needed.
28// Keep this minimal - public APIs go in platform/util.h.
29
Public platform utility API for string, memory, and file operations.