www.pudn.com > system.rar > cerrno


/*****************************************************************************/ 
/*  CERRNO  v2.54                                                            */ 
/*  Copyright (c) 1999-2004 Texas Instruments Incorporated                   */ 
/*****************************************************************************/ 
 
#ifndef _CERRNO 
#define _CERRNO 
 
#define _CPP_STYLE_HEADER 
#include  
#undef _CPP_STYLE_HEADER 
 
#ifdef __embedded_cplusplus 
//---------------------------------------------------------------------------- 
// We cannot expect the embedded C++ user to use std namespace. So we include 
// the using directive when compiled under embedded C++. 
//---------------------------------------------------------------------------- 
using namespace std; 
#endif /* __embedded_cplusplus */ 
 
#endif