diff options
Diffstat (limited to 'ws2a/writetest.c')
| -rw-r--r-- | ws2a/writetest.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ws2a/writetest.c b/ws2a/writetest.c deleted file mode 100644 index ccb5a61..0000000 --- a/ws2a/writetest.c +++ /dev/null @@ -1,10 +0,0 @@ -#include <stdio.h> - -int main(){ - FILE* tofile; - tofile = fopen("../test.txt","w"); - fprintf(tofile,"This is some text"); - fclose(tofile); - printf("%s%c%c\n","Content-Type:text/html;charset=iso-8859-1",13,10); - printf("Completed without error!"); -} |
