FreeBASIC  0.91.0
objinfo.bi
Go to the documentation of this file.
1 #include once "list.bi"
2 
3 enum
9 end enum
10 
11 declare sub objinfoReadObj( byref objfile as string )
12 declare sub objinfoReadLibfile( byref libfile as string )
13 declare sub objinfoReadLib( byref libname as string, byval libpaths as TLIST ptr )
14 declare function objinfoReadNext( byref dat as string ) as integer
15 declare function objinfoGetFilename( ) as zstring ptr
16 declare sub objinfoReadEnd( )
17 declare function objinfoEncode( byval entry as integer ) as zstring ptr
18