This is the mail archive of the frysk@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

meeting 2007-10-10 @ 9:30


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]);
}





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]