最初コミット

This commit is contained in:
2026-01-16 22:40:50 +09:00
commit 81fa554b36
60 changed files with 4914 additions and 0 deletions

17
src/logo/netbsd.h Normal file
View File

@@ -0,0 +1,17 @@
#if defined(__NetBSD__)
#ifndef LOGO_NETBSD_H
#define LOGO_NETBSD_H
#include <stdio.h>
#include "colors.h"
extern char *LOGO[23];
extern char *LOGO_SMALL[23];
extern const char *color;
extern const char *titlecolor;
extern size_t logosize;
void getOS();
#endif
#endif