Welcome to mirror list, hosted at ThFree Co, Russian Federation.

writestub.c « go32 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae1b993595a5fb4cd65714674289381828f247c0 (plain)
1
2
3
4
5
6

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