]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/strings/sysname.c
Replaced use of snprintf() with memcpy()/memmove().
[nmh] / docs / historical / mh-jun-1982 / strings / sysname.c
1 #include <whoami.h>
2
3 #ifndef sysname
4 char sysname[] = SYSNAME;
5 #endif