summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorrimio <vasi.vilvoiu@gmail.com>2019-01-03 01:48:50 +0200
committerrimio <vasi.vilvoiu@gmail.com>2019-01-03 01:48:50 +0200
commitdf66a60b90200b020c3e32a2a6302971b254bbd0 (patch)
tree0903e8868ed15867e76c33ba99eba8096136f9cf /src/tools
parent85d1eac288e6f40e326b7d3b240588aac5f88e96 (diff)
Initial
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/sstv-encode.cpp13
1 files changed, 13 insertions, 0 deletions
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) <vasi.vilvoiu@gmail.com>
+ *
+ * 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