replay get form stewgate

Dependencies:   EthernetNetIf NetServices mbed

Fork of HTTPClientExample by Donatien Garnier

Committer:
nameless129
Date:
Sat Aug 31 07:55:46 2013 +0000
Revision:
4:a81d4a6f6e29
reply get from stewgate

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nameless129 4:a81d4a6f6e29 1 #ifndef __UTF8TOSJIS_H_
nameless129 4:a81d4a6f6e29 2 #define __UTF8TOSJIS_H_
nameless129 4:a81d4a6f6e29 3
nameless129 4:a81d4a6f6e29 4 extern "C" int utf8tosjis(const char* utfBuffer, int utfBufLen, char* sjisBuffer, int sjisBufLen);
nameless129 4:a81d4a6f6e29 5
nameless129 4:a81d4a6f6e29 6 #endif