diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 21:23:48 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-06 21:24:20 +0900 |
| commit | 4f99f868f09bbffa2e15733b8b7c78eba07a199e (patch) | |
| tree | 3fb0957e93160f69f55942fff50a2ad496bf4f4c /libtdemid/tests/apitest.cc | |
| parent | 19f44e5ff3756172540e768fc0d08d761f0c374e (diff) | |
| download | tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.tar.gz tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdemid/tests/apitest.cc')
| -rw-r--r-- | libtdemid/tests/apitest.cc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libtdemid/tests/apitest.cc b/libtdemid/tests/apitest.cc deleted file mode 100644 index 7f370331e..000000000 --- a/libtdemid/tests/apitest.cc +++ /dev/null @@ -1,25 +0,0 @@ -#include <libtdemid/libtdemid.h> -#include <unistd.h> -#include <stdio.h> - -int main (int , char **) -{ - printf("Libtdemid test2 . (C) 2000 Antonio Larrosa Jimenez . Malaga (Spain)\n"); - printf("Using libtdemid from a simple C++ application\n"); - - KMidSimpleAPI::kMidInit(); - KMidSimpleAPI::kMidLoad("Kathzy.mid"); - KMidSimpleAPI::kMidPlay(); - - for (int i=0;i<30;i++) - { - printf("%d/30 seconds\n",i+1); - sleep(1); - }; - - KMidSimpleAPI::kMidStop(); - KMidSimpleAPI::kMidDestruct(); - - return 0; -}; - |
