/home/ntakagi/work/STLport-5.1.5/src/fstream_impl.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 1999
00003  * Silicon Graphics Computer Systems, Inc.
00004  *
00005  * Copyright (c) 1999
00006  * Boris Fomitchev
00007  *
00008  * This material is provided "as is", with absolutely no warranty expressed
00009  * or implied. Any use is at your own risk.
00010  *
00011  * Permission to use or copy this software for any purpose is hereby granted
00012  * without fee, provided the above notices are retained on all copies.
00013  * Permission to modify the code and to distribute modified code is granted,
00014  * provided the above notices are retained, and a notice that the code was
00015  * modified is included with the above copyright notice.
00016  *
00017  */
00018 
00019 #ifndef FSTREAM_IMPL_H
00020 #define FSTREAM_IMPL_H
00021 
00022 #include "_stdio_file.h"
00023 
00024 _STLP_BEGIN_NAMESPACE
00025 _STLP_MOVE_TO_PRIV_NAMESPACE
00026 
00027 bool __is_regular_file(_STLP_fd fd);
00028 streamoff __file_size(_STLP_fd fd);
00029 
00030 _STLP_MOVE_TO_STD_NAMESPACE
00031 _STLP_END_NAMESPACE
00032 
00033 #endif /* FSTREAM_IMPL_H */



Generated on Mon Mar 10 15:32:16 2008 by  doxygen 1.5.1