![]() |
C-chat
|
Files | |
file | constants.h [code] |
Defines constants used on client and server (used for consistency) | |
file | files.h [code] |
Provides an API to manipulate files. | |
file | interop.h [code] |
A file defining useful macros that indicate if we're on Windows or on POSIX-compliant OS. | |
file | packets.h [code] |
Defines types of packets that are exchanged between client and server. | |
file | sockets.c |
API for sockets. | |
file | sockets.h [code] |
API for sockets. | |
file | synchronization.h [code] |
Provides types allowing to synchronize access to resources. | |
file | threads.h [code] |
An OS-agnostic API to manipulate threads. | |