Ignore:
Timestamp:
Jul 3, 2005, 9:59:07 AM (20 years ago)
Author:
bird
Message:

libio on libc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libctests/glibc/libio/test-freopen.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r2193 r2194  
    5050    }
    5151
     52#ifdef HAVE_FPUTWS
    5253  fputws (L"Hello world (wc)\n", fp);
     54#else
     55  fputs ("Hello world (wc)\n", fp);
     56#endif
    5357
    5458  fclose (fp);
Note: See TracChangeset for help on using the changeset viewer.