changeset 9 | c3fecc82ade6 |
parent 0 | af501b0c1716 |
child 77 | 49e0babccb23 |
--- a/blackhole.c +++ b/blackhole.c @@ -1,10 +1,10 @@ -/* - * $Id: blackhole.c,v 1.1.1.1 2008-04-28 17:32:53 mbroeker Exp $ - * $Source: /development/c/demos/blackhole.c,v $ +/** + * test/demos/blackhole.c + * Copyright (C) 2008 Markus Broeker + * + * compile with -O0 or without optimizations or it won't crash */ -/* compile with -O0 or without optimizations or it won't crash */ - #include <stdio.h> #include <stdlib.h>