18 lines
497 B
C
18 lines
497 B
C
|
#ifndef MY_DEFINITIONS_TELLER_H
|
||
|
#define MY_DEFINITIONS_TELLER_H
|
||
|
|
||
|
/*******************************************************************************
|
||
|
* File: coffeTeller.h
|
||
|
* Purpose: coffe teller with pthreads
|
||
|
* Course: bsy
|
||
|
* Author: M. Thaler, 2011
|
||
|
* Revision: 5/2012
|
||
|
* Version: v.fs20
|
||
|
*******************************************************************************/
|
||
|
|
||
|
void *coffeeTeller(void* data);
|
||
|
|
||
|
//******************************************************************************
|
||
|
|
||
|
#endif
|