Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/9
11 lines
144 B
C
11 lines
144 B
C
#include <lame/lame.h>
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int main()
|
|
{
|
|
printf("%s\n", get_lame_version());
|
|
return EXIT_SUCCESS;
|
|
}
|