From aea6d038070480d23f95abbfd2cde353060f9315 Mon Sep 17 00:00:00 2001 From: a bellenir Date: Tue, 12 Aug 2014 15:47:14 +0000 Subject: [PATCH] rename files from rb to rbt --- source/{rb/rb.c => rbt/rbt.c} | 0 source/{rb/rb.h => rbt/rbt.h} | 0 tests/{test_rb.c => test_rbt.c} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename source/{rb/rb.c => rbt/rbt.c} (100%) rename source/{rb/rb.h => rbt/rbt.h} (100%) rename tests/{test_rb.c => test_rbt.c} (100%) diff --git a/source/rb/rb.c b/source/rbt/rbt.c similarity index 100% rename from source/rb/rb.c rename to source/rbt/rbt.c diff --git a/source/rb/rb.h b/source/rbt/rbt.h similarity index 100% rename from source/rb/rb.h rename to source/rbt/rbt.h diff --git a/tests/test_rb.c b/tests/test_rbt.c similarity index 100% rename from tests/test_rb.c rename to tests/test_rbt.c -- 2.52.0