1 /**
2 * $Id$
2 * test/demos/life.c
3 * $Source$
3 * Copyright (C) 2008 Markus Broeker
4 *
5 */
4 */
6
5
7 #include <stdio.h>
6 #include <stdio.h>
8 #include <stdlib.h>
7 #include <stdlib.h>
9
8