repo.or.cz
/
swftools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed off-by-one bug
[swftools.git]
/
lib
/
action
/
libming.c
blob
ae86247d6f83aee6002d9524708a6f0ba30d7516
1
#include <stdio.h>
2
#include <stdarg.h>
3
#include
"libming.h"
4
5
int
SWF_versionNum
=
7
;
6
7
void
(*
SWF_error
)(
const char
*
msg
, ...) =
0
;
8
void
(*
SWF_warn
)(
const char
*
msg
, ...) =
0
;
9