Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- main.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘adpcmima_0416_index_tab’
- main.c:6:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘adpcmima_0416_stepsize_tab’
- main.c: In function ‘adpcmima_0416_dec’:
- main.c:41:31: error: ‘adpcmima_0416_stepsize_tab’ undeclared (first use in this function)
- main.c:41:31: note: each undeclared identifier is reported only once for each function it appears in
- main.c:64:33: error: ‘adpcmima_0416_index_tab’ undeclared (first use in this function)
- main.c: In function ‘adpcmima_0416_enc’:
- main.c:90:31: error: ‘adpcmima_0416_stepsize_tab’ undeclared (first use in this function)
- main.c:118:33: error: ‘adpcmima_0416_index_tab’ undeclared (first use in this function)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement