Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duktape.h"
Go to the source code of this file.
Functions | |
int | adder (duk_context *ctx) |
int | main (int argc, char *argv[]) |
int adder | ( | duk_context * | ctx | ) |
Definition at line 7 of file duktape-1.8.0/examples/hello/hello.c.
References duk_get_top(), duk_push_number(), and duk_to_number().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 20 of file duktape-1.8.0/examples/hello/hello.c.
References adder(), duk_create_heap_default, duk_destroy_heap(), duk_eval_string, duk_pop(), duk_push_c_function(), duk_push_global_object(), duk_put_prop_string(), and DUK_VARARGS.