9 lines
174 B
C
9 lines
174 B
C
/* phil.h - dining philosophers header file*/
|
|
|
|
/*
|
|
* Copyright (c) 2011-2016 Wind River Systems, Inc.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#define N_PHILOSOPHERS 5
|