Go to the source code of this file.
Functions | |
int | main (void) |
CURLcode | my_conv_from_ascii_to_ebcdic (char *buffer, size_t length) |
CURLcode | my_conv_from_ebcdic_to_ascii (char *buffer, size_t length) |
CURLcode | my_conv_from_utf8_to_ebcdic (char *buffer, size_t length) |
int main | ( | void | ) |
Definition at line 90 of file sampleconv.c.
CURLcode my_conv_from_ascii_to_ebcdic | ( | char * | buffer, |
size_t | length | ||
) |
Definition at line 45 of file sampleconv.c.
CURLcode my_conv_from_ebcdic_to_ascii | ( | char * | buffer, |
size_t | length | ||
) |
Definition at line 60 of file sampleconv.c.
CURLcode my_conv_from_utf8_to_ebcdic | ( | char * | buffer, |
size_t | length | ||
) |
Definition at line 75 of file sampleconv.c.