NOSTATICFN for src/*

This commit is contained in:
nhkeni
2024-03-14 17:41:51 -04:00
parent d523041b60
commit 9c0ed8ae63
111 changed files with 3871 additions and 3879 deletions

View File

@@ -19,7 +19,7 @@
#endif
#ifdef TEXT_TOMBSTONE
static void center(int, char *);
staticfn void center(int, char *);
#ifndef NH320_DEDICATION
/* A normal tombstone for end of game display. */
@@ -70,7 +70,7 @@ static const char *const rip_txt[] = {
#define DEATH_LINE 8 /* *char[] line # for death description */
#define YEAR_LINE 12 /* *char[] line # for year */
static void
staticfn void
center(int line, char *text)
{
char *ip, *op;