source:
abuse/tags/pd/macabuse/imlib/port/mac/try_files.c
Last change on this file was 49, checked in by , 15 years ago | |
---|---|
|
|
File size: 117 bytes |
Line | |
---|---|
1 | #include <stdio.h> |
2 | |
3 | main() |
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.