/* vattrib.c (emx+gcc) -- Copyright (c) 1987-1993 by Eberhard Mattes */

#include <sys/video.h>
#include "video2.h"

void v_attrib (int a)
{
  _v_attr = a;
}
