FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mruby/include/mruby/cdump.h at master · kstephens/mruby · GitHub
kstephens
/
mruby
Public
forked from
mruby/mruby
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
mruby
/
include
/
mruby
/
cdump.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (11 loc) · 313 Bytes
Breadcrumbs
mruby
/
include
/
mruby
/
cdump.h
Copy path
File metadata and controls
14 lines (11 loc) · 313 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
** cdump.h - mruby binary dumper (C source format)
**
** See Copyright Notice in mruby.h
*/
#include
"mruby.h"
#include
<stdio.h>
int
mrb_cdump_irep
(
mrb_state
*
mrb
,
int
n
,
FILE
*
f
,
const
char
*
initname
);
/* error code */
#define
MRB_CDUMP_OK
0
#define
MRB_CDUMP_GENERAL_FAILURE
-1
Back
|
FazBrowse Home
|
New Git URL