/MultiThreaded-Banking-System

Multithreaded banking system written in C.

Primary LanguageC

asst4

The structure of this proj: one header file to be shared between client and server (makes it easier to share variables/structures like port number between the two) client.c server.c