Skip to content
Snippets Groups Projects
Commit 2f5ccf60 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

C90-fying ectest

parent 7a455d4e
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@
#include "entenc.h"
#include "entdec.h"
#ifndef M_LOG2E
# define M_LOG2E 1.4426950408889634074
#endif
int main(int _argc,char **_argv){
ec_byte_buffer buf;
ec_enc enc;
......@@ -22,7 +26,6 @@ int main(int _argc,char **_argv){
int ftb;
int sym;
int sz;
int s;
int i;
int ret;
ret=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment