ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
abstraction.c
Go to the documentation of this file.
1
8// ============================================================================
9// Common Platform Functions
10// ============================================================================
11// This file is reserved for common platform functions that don't need
12// OS-specific implementations. Currently all functions are OS-specific.
13//
14// The OS-specific implementations are in:
15// - platform_windows.c (Windows)
16// - platform_posix.c (POSIX/Unix/Linux/macOS)
17//
18// Socket-specific implementations are in:
19// - platform/socket.c (Common socket utilities like socket_optimize_for_streaming)
20// ============================================================================
21
22// Currently empty - all implementations are platform-specific or in specialized files