C90-fying ectest
This commit is contained in:
parent
7a455d4ef5
commit
2f5ccf60b1
1 changed files with 4 additions and 1 deletions
|
@ -10,6 +10,10 @@
|
||||||
#include "entenc.h"
|
#include "entenc.h"
|
||||||
#include "entdec.h"
|
#include "entdec.h"
|
||||||
|
|
||||||
|
#ifndef M_LOG2E
|
||||||
|
# define M_LOG2E 1.4426950408889634074
|
||||||
|
#endif
|
||||||
|
|
||||||
int main(int _argc,char **_argv){
|
int main(int _argc,char **_argv){
|
||||||
ec_byte_buffer buf;
|
ec_byte_buffer buf;
|
||||||
ec_enc enc;
|
ec_enc enc;
|
||||||
|
@ -22,7 +26,6 @@ int main(int _argc,char **_argv){
|
||||||
int ftb;
|
int ftb;
|
||||||
int sym;
|
int sym;
|
||||||
int sz;
|
int sz;
|
||||||
int s;
|
|
||||||
int i;
|
int i;
|
||||||
int ret;
|
int ret;
|
||||||
ret=0;
|
ret=0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue