changeset 6 | 897a6a6f611a |
parent 5 | 853c185f74fb |
5:853c185f74fb | 6:897a6a6f611a |
---|---|
1 /* Memory bounds … |
|
2 * © 2010 Heiko Schlittermann <hs@schlittermann.de> |
|
3 * based on a idea (see the first revision if you've access to the |
|
4 * HG repository) of Frank Epperlein. |
|
5 */ |
|
6 |
|
1 #include <stdio.h> |
7 #include <stdio.h> |
2 #include <string.h> |
8 #include <string.h> |
3 #include <stdlib.h> |
9 #include <stdlib.h> |
4 #include <ctype.h> |
10 #include <ctype.h> |
5 #include <signal.h> |
11 #include <signal.h> |