From 5c33a6e8bb541488d783b6249d0546412f08c494 Mon Sep 17 00:00:00 2001 From: Karlis Goba Date: Thu, 5 Aug 2021 14:10:03 +0300 Subject: [PATCH] Renamed .cpp to .c --- common/{wave.cpp => wave.c} | 0 decode_ft8.cpp => decode_ft8.c | 0 ft8/{constants.cpp => constants.c} | 0 ft8/{decode.cpp => decode.c} | 0 ft8/{encode.cpp => encode.c} | 0 ft8/{ldpc.cpp => ldpc.c} | 0 ft8/{pack.cpp => pack.c} | 0 ft8/{text.cpp => text.c} | 0 ft8/{unpack.cpp => unpack.c} | 0 gen_ft8.cpp => gen_ft8.c | 0 test.cpp => test.c | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename common/{wave.cpp => wave.c} (100%) rename decode_ft8.cpp => decode_ft8.c (100%) rename ft8/{constants.cpp => constants.c} (100%) rename ft8/{decode.cpp => decode.c} (100%) rename ft8/{encode.cpp => encode.c} (100%) rename ft8/{ldpc.cpp => ldpc.c} (100%) rename ft8/{pack.cpp => pack.c} (100%) rename ft8/{text.cpp => text.c} (100%) rename ft8/{unpack.cpp => unpack.c} (100%) rename gen_ft8.cpp => gen_ft8.c (100%) rename test.cpp => test.c (100%) diff --git a/common/wave.cpp b/common/wave.c similarity index 100% rename from common/wave.cpp rename to common/wave.c diff --git a/decode_ft8.cpp b/decode_ft8.c similarity index 100% rename from decode_ft8.cpp rename to decode_ft8.c diff --git a/ft8/constants.cpp b/ft8/constants.c similarity index 100% rename from ft8/constants.cpp rename to ft8/constants.c diff --git a/ft8/decode.cpp b/ft8/decode.c similarity index 100% rename from ft8/decode.cpp rename to ft8/decode.c diff --git a/ft8/encode.cpp b/ft8/encode.c similarity index 100% rename from ft8/encode.cpp rename to ft8/encode.c diff --git a/ft8/ldpc.cpp b/ft8/ldpc.c similarity index 100% rename from ft8/ldpc.cpp rename to ft8/ldpc.c diff --git a/ft8/pack.cpp b/ft8/pack.c similarity index 100% rename from ft8/pack.cpp rename to ft8/pack.c diff --git a/ft8/text.cpp b/ft8/text.c similarity index 100% rename from ft8/text.cpp rename to ft8/text.c diff --git a/ft8/unpack.cpp b/ft8/unpack.c similarity index 100% rename from ft8/unpack.cpp rename to ft8/unpack.c diff --git a/gen_ft8.cpp b/gen_ft8.c similarity index 100% rename from gen_ft8.cpp rename to gen_ft8.c diff --git a/test.cpp b/test.c similarity index 100% rename from test.cpp rename to test.c