summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/common/pal_stdclib.h
blob: 61963db67c3c5ce7b91d43f0a0db0fd53bb0a33c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

/*============================================================================
**
** Source:  pal_stdlib.h
**
** Purpose: 
**
**
**==========================================================================*/


#ifndef __PAL_STDCLIB_H__
#define __PAL_STDCLIB_H__

/*
 *  <stdio.h> definitions & functions
 */

#define	EOF	(-1)

#endif // __PAL_STDCLIB_H__