]> diplodocus.org Git - nmh/blob - docs/historical/mh-jun-1982/strings/anoyes.c
Replaced use of snprintf() with memcpy()/memmove().
[nmh] / docs / historical / mh-jun-1982 / strings / anoyes.c
1 #ifdef COMMENT
2 Proprietary Rand Corporation, 1981.
3 Further distribution of this software
4 subject to the terms of the Rand
5 license agreement.
6 #endif
7
8 #include "../mh.h"
9
10 struct swit anoyes[] = {
11 "no", 0,
12 "yes", 0,
13 0,
14 };