BRL.StandardIO - TCStandardIO missing Eof() method

Archives Forums/BlitzMax Bug Reports/BRL.StandardIO - TCStandardIO missing Eof() method

grable(Posted 2014) [#1]
Without it, one cannot use the class for reading from stdin.

Type TCStandardIO Extends TStream

	Method Eof:Int()
		Return feof_( stdin_ )
	End Method



marksibly(Posted 2014) [#2]
Looks harmless enough - will add it to next release!