9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Kris Maglione <bsdaemon@comcast.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] quiz
Date: Wed,  6 Jun 2007 00:30:55 -0400	[thread overview]
Message-ID: <20070606043055.GA9948@kris.home> (raw)
In-Reply-To: <13426df10706052118y47eab071sbf3bf435293ea75a@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

On Tue, Jun 05, 2007 at 09:18:37PM -0700, ron minnich wrote:
> I wonder what kenc does :-)

i
#include <u.h>
#include <libc.h>

struct {
	int x:1;
} foo;

void
main(void) {
	foo.x = 1;
	print("foo.x: %d\n", foo.x);
	exits(0);
}
.
w
test.c: #134
!8c test.c && 8l test.8
!
!./8.out
foo.x: -1
!

-- 
Kris Maglione

The usefulness of any meeting
is in inverse proportion to the attendance.

[-- Attachment #2: Type: application/pgp-signature, Size: 194 bytes --]

  reply	other threads:[~2007-06-06  4:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-06  0:36 ron minnich
2007-06-06  0:43 ` Roman Shaposhnick
2007-06-06  3:41   ` ron minnich
2007-06-06  3:48     ` Roman Shaposhnik
2007-06-06  4:18       ` ron minnich
2007-06-06  4:30         ` Kris Maglione [this message]
2007-06-06  4:36           ` Kris Maglione
2007-06-06  7:05             ` Bruce Ellis
2007-06-06  8:15             ` W B Hacker
2007-06-06  1:07 ` Paul Lalonde
2007-06-06  1:16   ` Roman Shaposhnick
2007-06-06  8:49 ` [9fans] quiz prem
  -- strict thread matches above, loose matches on Subject: below --
2002-05-02  5:55 [9fans] quiz rob pike, esq.

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=20070606043055.GA9948@kris.home \
    --to=bsdaemon@comcast.net \
    --cc=9fans@cse.psu.edu \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).