src/, lib/, tests/: Rename files defining strtcpy()

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2023-11-22 12:55:26 +01:00
committed by Iker Pedrosa
parent 090c019ada
commit f9fb855889
15 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include <stdio.h>
#include "getdef.h"
#include "prototypes.h"
#include "strlcpy.h"
#include "strtcpy.h"
#ident "$Id$"