From owner-freebsd-hackers Wed Nov 8 06:08:54 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA06175 for hackers-outgoing; Wed, 8 Nov 1995 06:08:54 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA06170 for ; Wed, 8 Nov 1995 06:08:51 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id GAA26376; Wed, 8 Nov 1995 06:08:26 -0800 To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: FreeBSD hackers , Joerg Wunsch Subject: Re: Ack! Help, Andrey! I'm having troubles in libdialog! In-reply-to: Your message of "Wed, 08 Nov 1995 16:42:39 +0300." Date: Wed, 08 Nov 1995 06:08:26 -0800 Message-ID: <26374.815839706@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk > I can make checklist function understand NULL and do nothing > for 'result' arg and pass char array as yet one additional arg, i.e. > char hit[nitems]. When function returns, it will have 1 for > selected items and 0 for others. Is it what you want here? I'm not sure I understand this exactly. Could you perhaps clarify it with a little function prototype and a short explanation of the returned values? Jordan