acadia-newlib/newlib/libc/sys/go32/writestub.c

7 lines
78 B
C

sswrite(a,b,c)
{
/*write(1,"writing\n",9);*/
return write_real(a,b,c);
}