diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-29 20:52:17 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-29 20:52:17 -0400 |
| commit | 15fcc190319a3deaaeaa544833ea07475e790585 (patch) | |
| tree | 25b9ad86998682bb0d270521ef9efa00c0047d8a /ws2a/writetest.c | |
| parent | 785ac61778829e572556f4c9f40026e6b624e81e (diff) | |
| download | webpage-15fcc190319a3deaaeaa544833ea07475e790585.tar.gz webpage-15fcc190319a3deaaeaa544833ea07475e790585.tar.bz2 webpage-15fcc190319a3deaaeaa544833ea07475e790585.zip | |
re-synching
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!"); -} |
