From 3fb0c926538c4b1291b85041074f0ed0a3fcc345 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Mon, 29 Jul 2024 08:11:41 +0200 Subject: [PATCH] Splitting 'search.c' and 1 others --- src/{search.c => perft.c} | 0 src/{search.h => perft.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{search.c => perft.c} (100%) rename src/{search.h => perft.h} (100%) diff --git a/src/search.c b/src/perft.c similarity index 100% rename from src/search.c rename to src/perft.c diff --git a/src/search.h b/src/perft.h similarity index 100% rename from src/search.h rename to src/perft.h