* contrib/hbnf/hbnf.hbx
* contrib/hbodbc/hbodbc.hbx
* contrib/hbtip/hbtip.hbx
* contrib/hbtpathy/hbtpathy.hbx
* contrib/xhb/xhb.hbx
! minor fixes
* contrib/hblzf/tests/*.prg
* contrib/hbmxml/format.prg
* contrib/hbmysql/tests/test.prg
* contrib/hbmysql/tmysql.prg
* contrib/hbmysql/tsqlbrw.prg
* contrib/hbnetio/netiomt.prg
* contrib/hbnetio/utils/hbnetio/*.prg
* contrib/hbnf/*.prg
* contrib/hbnf/tests/*.prg
* contrib/hbodbc/tests/testodbc.prg
* contrib/hbodbc/todbc.prg
* contrib/hbpgsql/tests/*.prg
* contrib/hbpgsql/tpostgre.prg
* contrib/hbssl/tests/*.prg
* contrib/hbtip/*.prg
* contrib/hbtip/tests/*.prg
* contrib/hbtpathy/telepath.prg
* contrib/hbzebra/tests/*.prg
* contrib/rddads/tests/*.prg
* contrib/xhb/*.prg
* contrib/xhb/tests/*.prg
* formatted
! commented code converted to #if 0/#endif block
13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#require "hbnf"
|
|
|
|
PROCEDURE Main( cDrv )
|
|
|
|
? "Disk size: " + Str( ft_DskSize( cDrv ) )
|
|
? "Free bytes: " + Str( ft_DskFree( cDrv ) )
|
|
|
|
RETURN
|