From: "Dmitry V. Levin" <ldv@altlinux.org>
To: Linux console tools development discussion <kbd@lists.altlinux.org>
Subject: Re: [kbd] New vt_mode tool for kbd?
Date: Wed, 30 Mar 2011 01:51:39 +0400
Message-ID: <20110329215138.GE28581@altlinux.org> (raw)
In-Reply-To: <4D90F890.9000703@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 552 bytes --]
On Tue, Mar 29, 2011 at 01:07:28AM +0400, Alexey Gladkov wrote:
> 28.03.2011 15:19, Dmitry V. Levin wrote:
> > This interface would be both script-friendly and extensible.
> 
> Ok. Another implementation. How about this ?
Fine with me.
> static int
> answer(char *ans) {
I'd change this and some others "char *" to "const char *", but it's not
important.
> 		return !strcasecmp(value, ans) ? EXIT_SUCCESS : EXIT_FAILURE;
I'd code it a bit differently:
		return strcasecmp(value, ans) ? EXIT_FAILURE : EXIT_SUCCESS;
-- 
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply	other threads:[~2011-03-29 21:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-21 21:42 Michael Schutte
2011-03-21 22:13 ` Dmitry V. Levin
2011-03-21 22:25   ` Michael Schutte
2011-03-25 13:20 ` Alexey Gladkov
2011-03-26 17:33   ` Michael Schutte
2011-03-26 22:33   ` Dmitry V. Levin
2011-03-27  9:33     ` Alexey Gladkov
2011-03-28 10:55       ` Alexey Gladkov
2011-03-28 11:19       ` Dmitry V. Levin
2011-03-28 11:26         ` Alexey Gladkov
2011-03-28 21:07         ` Alexey Gladkov
2011-03-29 21:51           ` Dmitry V. Levin [this message]
2011-03-29 22:27             ` Alexey Gladkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=20110329215138.GE28581@altlinux.org \
    --to=ldv@altlinux.org \
    --cc=kbd@lists.altlinux.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Linux console tools development discussion
This inbox may be cloned and mirrored by anyone:
	git clone --mirror http://lore.altlinux.org/kbd/0 kbd/git/0.git
	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 kbd kbd/ http://lore.altlinux.org/kbd \
		kbd@lists.altlinux.org kbd@lists.altlinux.ru kbd@lists.altlinux.com
	public-inbox-index kbd
Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.kbd
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git