/* vclreol.c (emx+gcc) -- Copyright (c) 1987-1993 by Eberhard Mattes */

#include <sys/video.h>
#include "video2.h"

void v_clreol (void)
{
  v_putn (' ', _v_width - _v_x);
}
