blob: 88b5ff83d8cc03af7efcd1ce06c921f8918535c5 [file] [log] [blame] [edit]
#include <_ansi.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "trap.h"
int
write ( int file,
char *ptr,
size_t len)
{
return TRAP0 (SYS_write, file, ptr, len);
}