This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
#include<conio.h> | |
#include<stdlib.h> | |
#include<string.h> | |
int main() | |
{ | |
int b[20],p[20],w[20],tat[20],i,j,n,t=0,pos,temp,m; | |
float avg_wt,avg_tat; | |
int brust_time[10]; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include<stdio.h> | |
#include<pthread.h> | |
void check2(); | |
void check1(); | |
int NumBowls; | |
int NumCats; | |
int NumMice; | |
int i; | |
int x; | |
pthread_mutex_t l; |