Loading docs/examples/sampleconv.c +37 −37 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading Loading @@ -42,7 +42,7 @@ #include <stdio.h> #include <curl/curl.h> CURLcode my_conv_from_ascii_to_ebcdic(char *buffer, size_t length) static CURLcode my_conv_from_ascii_to_ebcdic(char *buffer, size_t length) { char *tempptrin, *tempptrout; size_t bytes = length; Loading @@ -57,7 +57,7 @@ CURLcode my_conv_from_ascii_to_ebcdic(char *buffer, size_t length) } } CURLcode my_conv_from_ebcdic_to_ascii(char *buffer, size_t length) static CURLcode my_conv_from_ebcdic_to_ascii(char *buffer, size_t length) { char *tempptrin, *tempptrout; size_t bytes = length; Loading @@ -72,7 +72,7 @@ CURLcode my_conv_from_ebcdic_to_ascii(char *buffer, size_t length) } } CURLcode my_conv_from_utf8_to_ebcdic(char *buffer, size_t length) static CURLcode my_conv_from_utf8_to_ebcdic(char *buffer, size_t length) { char *tempptrin, *tempptrout; size_t bytes = length; Loading Loading
docs/examples/sampleconv.c +37 −37 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms Loading Loading @@ -42,7 +42,7 @@ #include <stdio.h> #include <curl/curl.h> CURLcode my_conv_from_ascii_to_ebcdic(char *buffer, size_t length) static CURLcode my_conv_from_ascii_to_ebcdic(char *buffer, size_t length) { char *tempptrin, *tempptrout; size_t bytes = length; Loading @@ -57,7 +57,7 @@ CURLcode my_conv_from_ascii_to_ebcdic(char *buffer, size_t length) } } CURLcode my_conv_from_ebcdic_to_ascii(char *buffer, size_t length) static CURLcode my_conv_from_ebcdic_to_ascii(char *buffer, size_t length) { char *tempptrin, *tempptrout; size_t bytes = length; Loading @@ -72,7 +72,7 @@ CURLcode my_conv_from_ebcdic_to_ascii(char *buffer, size_t length) } } CURLcode my_conv_from_utf8_to_ebcdic(char *buffer, size_t length) static CURLcode my_conv_from_utf8_to_ebcdic(char *buffer, size_t length) { char *tempptrin, *tempptrout; size_t bytes = length; Loading