Delete src/name.h

This commit is contained in:
vx_clutch
2025-09-29 11:39:37 -04:00
committed by GitHub
parent 73bfcb98a8
commit 819b95b112

View File

@@ -1,14 +0,0 @@
/* Copyright (C) GCK
*
* This file is part of yait
*
* This project and file is licenced under the BSD-3-Clause licence.
* <https://opensource.org/licence/bsd-3-clause>
*/
#ifndef NAME_H
#define NAME_H
char *get_name();
#endif