public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Cagney <cagney@redhat.com>
To: frysk@sourceware.org
Subject: frysk meeting 2007-10-31 at 9:30 us east coast time
Date: Tue, 30 Oct 2007 18:54:00 -0000	[thread overview]
Message-ID: <47277DA6.7080906@redhat.com> (raw)

[if you would like to dial in then contact me]
[note that all the timezones are a-chang'in: check your local time]

This week, we return to our favorite program:

#include <unistd.h>

void
print(char *what) {
  while (*what != '\0') {
    write(1, what, 1);
    what++;
  }
}

int
main(int argc, char** argv) {
  // XXX: This forgets to check ARGC.
  print(argv[1]);
  print("\n");
  return 0;
}

                 reply	other threads:[~2007-10-30 18:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=47277DA6.7080906@redhat.com \
    --to=cagney@redhat.com \
    --cc=frysk@sourceware.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
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 read-only IMAP folder(s) and NNTP newsgroup(s).