Flipper Developer Docs
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
a
b
c
d
e
f
g
i
m
n
p
r
s
t
v
Enumerations
a
b
c
d
e
f
g
i
n
o
p
r
s
v
Enumerator
c
e
f
g
i
n
o
r
s
v
Macros
_
d
e
f
r
v
w
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
mjs_builtin.h
1
/*
2
* Copyright (c) 2016 Cesanta Software Limited
3
* All rights reserved
4
*/
5
6
#ifndef MJS_BUILTIN_H_
7
#define MJS_BUILTIN_H_
8
9
#include "mjs_core_public.h"
10
#include "mjs_internal.h"
11
12
#if defined(__cplusplus)
13
extern
"C"
{
14
#endif
/* __cplusplus */
15
16
void
mjs_init_builtin(
struct
mjs
*
mjs
, mjs_val_t obj);
17
18
#if defined(__cplusplus)
19
}
20
#endif
/* __cplusplus */
21
22
#endif
/* MJS_BUILTIN_H_ */
mjs
Definition
mjs_core.h:63
lib
mjs
mjs_builtin.h
Generated by
1.12.0