Enumeration for buffer mode full (flushes when buffer is full)

Property definitions

core :: file $ Sys :: buffer_mode_full
	# Enumeration for buffer mode full (flushes when buffer is full)
	fun buffer_mode_full: Int `{ return _IOFBF; `}
lib/core/file.nit:1600,2--1601,47