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
6
void
duk_decode_string_codepage
(
duk_context
*ctx,
const
char
*str,
size_t
len,
unsigned
int
*codepage);
7
8
#endif
/* DUK_CODEPAGE_CONV_H_INCLUDED */
duk_decode_string_codepage
void duk_decode_string_codepage(duk_context *ctx, const char *str, size_t len, unsigned int *codepage)
Definition
duktape-1.5.2/examples/codepage-conv/duk_codepage_conv.c:17
duk_hthread
Definition
duktape-1.5.2/src-noline/duktape.c:6190
vendor
civetweb
third_party
duktape-1.5.2
examples
codepage-conv
duk_codepage_conv.h
Generated by
1.10.0