source: abuse/tags/pd/macabuse/imlib/port/mac/try_files.c @ 49

Last change on this file since 49 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
  • Property svn:keywords set to Id
File size: 117 bytes
RevLine 
[49]1#include <stdio.h>
2
3main()
4{
5        FILE *f;
6       
7        f = fopen(":test:tt.txt","wt");
8        fprintf(f,"hello, world\n");
9        fclose(f);
10}
Note: See TracBrowser for help on using the repository browser.