unistd.h

00001 /*
00002  * SpanDSP - a series of DSP components for telephony
00003  *
00004  * inttypes.h - a fudge for MSVC, which lacks this header
00005  *
00006  * Written by Steve Underwood <steveu@coppice.org>
00007  *
00008  * Copyright (C) 2006 Michael Jerris
00009  *
00010  *
00011  * This file is released in the public domain.
00012  *
00013  */
00014 
00015 #if !defined(_INTTYPES_H_)
00016 #define _INTTYPES_H_
00017 
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021 
00022 #define open _open
00023 #define write _write
00024 
00025 extern int gethostname (char *name, size_t len);
00026 
00027 #ifdef __cplusplus
00028 }
00029 #endif
00030 
00031 #endif

Generated on Tue Oct 7 20:25:49 2008 for spandsp by  doxygen 1.5.6