From df66a60b90200b020c3e32a2a6302971b254bbd0 Mon Sep 17 00:00:00 2001 From: rimio Date: Thu, 3 Jan 2019 01:48:50 +0200 Subject: Initial --- src/tools/sstv-encode.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/tools/sstv-encode.cpp (limited to 'src/tools') diff --git a/src/tools/sstv-encode.cpp b/src/tools/sstv-encode.cpp new file mode 100644 index 0000000..fe925ed --- /dev/null +++ b/src/tools/sstv-encode.cpp @@ -0,0 +1,13 @@ +/* + * Copyright (c) 2018 Vasile Vilvoiu (YO7JBP) + * + * libsstv is free software; you can redistribute it and/or modify + * it under the terms of the MIT license. See LICENSE for details. + */ + +int a = 0; + +int main() +{ + return 0; +} \ No newline at end of file -- cgit v1.2.3