inlib  1.2.0
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/rroot/seek
Go to the documentation of this file.
00001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
00002 // See the file inlib.license for terms.
00003 
00004 #ifndef inlib_rroot_seek
00005 #define inlib_rroot_seek
00006 
00008 // Definition of a file pointer .                                       //
00010 
00011 #include "../typedefs"
00012 
00013 namespace inlib {
00014 namespace rroot {
00015 
00016 typedef inlib::int64 seek;
00017 typedef int seek32;
00018 
00019 }}
00020 
00021 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines