Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
duktape-1.5.2/examples/codepage-conv/duk_codepage_conv.h
Go to the documentation of this file.
1#ifndef DUK_CODEPAGE_CONV_H_INCLUDED
2#define DUK_CODEPAGE_CONV_H_INCLUDED
3
4#include "duktape.h"
5
6void duk_decode_string_codepage(duk_context *ctx, const char *str, size_t len, unsigned int *codepage);
7
8#endif /* DUK_CODEPAGE_CONV_H_INCLUDED */
void duk_decode_string_codepage(duk_context *ctx, const char *str, size_t len, unsigned int *codepage)