Flushes the buffer, forcing the write operation

Property definitions

core $ NativeFile :: flush
	# Flushes the buffer, forcing the write operation
	fun flush: Int `{ return fflush(self); `}
lib/core/file.nit:1552,2--1553,42