source:
abuse/tags/pd/macabuse/imlib/port/mac/try_files.c
@
49
Last change on this file since 49 was 49, checked in by , 15 years ago | |
---|---|
|
|
File size: 117 bytes |
Rev | Line | |
---|---|---|
[49] | 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.