Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 603 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 603 Bytes

linuxprogramming

Thes are codes to demonstrate the use of linux based system calls like pipe() and fork().The working of POSIX threads is also demonstrated.

User Guide

The files as2.c and as3.c the codes to "count the alphabets in a file" and "conversion to uppercase and lvice versa" respectively. The file as3.c makes use of these two codes in its program and performs various system calls.

The file pthreads.c demonstrate the working of POSIX threads for matrix multiplication and diningphilospher.c gives the code the the diningphilosopher problem.

Author

Abhivandit ([email protected])