snp-lab-code/P10_Sync/Sync/mutex/customer.h

17 lines
482 B
C
Raw Normal View History

2020-05-10 02:07:29 +02:00
#ifndef MY_DEFINITIONS_CUSTOMER_H
#define MY_DEFINITIONS_CUSTOMER_H
/*******************************************************************************
* File: customer.h
* Purpose: customer thread
* Course: bsy
* Author: M. Thaler, 2011
* Revision: 5/2012
* Version: v.fs20
*******************************************************************************/
void *customer(void* data);
//******************************************************************************
#endif