Mercurial > hg > audiodb
annotate libtests/9000/prog1.c @ 703:14b48e1b9ca4
Fix to start vector / length (ta Christophe!)
author | mas01mj |
---|---|
date | Fri, 30 Apr 2010 15:31:08 +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 |