function fflush(fid) % fflush - Flush output to fid. % % Parameter: fid File id % % Description: % Implements Octave's fflush function in matlab % % Reference: % Matlab - Octave compatibility function %% =========================================================================== %% =========================================================================== % Copyright (C): % 2002-2009 by Forschungszentrum Telekommunikation Wien, Austria; % All rights reserved. % Project : FTW's xDSLsimu % Author(s) : Tomas Nordstrom (Tomas.Nordstrom@FTW.at) % % CVS: $Id: fflush.m 752 2009-01-02 13:03:52Z tono $ %% =========================================================================== % Change History % 2003-01-07 (ToNo) Created for Octave to Matlab compatibility port %% ===========================================================================