public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* meeting 2007-10-10 @ 9:30
@ 2007-10-05 19:19 Andrew Cagney
  0 siblings, 0 replies; only message in thread
From: Andrew Cagney @ 2007-10-05 19:19 UTC (permalink / raw)
  To: frysk

Two for (yes!) next Wednesday's meeting:

- a GIT workshop: check out and build frysk using GIT
- using your local build try frysk with the test program from last week

Andrew

PS: The program was roughly:

#include <stdio.h>

void foo(char *s) {
  int i;
  while (*s != '\-') {
    printf("%c", *s);
  }
}

int main(int argc, char **argv) {
  foo(argv[1]);
}




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-05 19:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-05 19:19 meeting 2007-10-10 @ 9:30 Andrew Cagney

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).