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-2003 by Forschungszentrum Telekommunikation Wien, Austria; % All rights reserved. % Project : FTW's xDSLsimu % Author(s) : Tomas Nordstrom (Tomas.Nordstrom@FTW.at) % % CVS: $Id: fflush.m,v 3.1 2003/03/07 16:44:13 tono Exp $ %% =========================================================================== % Change History % 2003-01-07 (ToNo) Created for Octave to Matlab compatibility port %% ===========================================================================