Mercurial > hg > audiodb
annotate libtests/9000/prog1.c @ 643:09af91f8803f
Actually export some of the useful symbols from SB-ALIEN
Not quite all, but it'll do for now.
author | mas01cr |
---|---|
date | Tue, 13 Oct 2009 14:26:24 +0000 |
parents | 342822c2d49a |
children |
rev | line source |
---|---|
mas01cr@498 | 1 #include "audioDB_API.h" |
mas01cr@498 | 2 #include "test_utils_lib.h" |
mas01ik@355 | 3 |
mas01cr@498 | 4 int main(int argc, char **argv) { |
mas01cr@498 | 5 return 14; |
mas01ik@355 | 6 } |
mas01ik@355 | 7 |