Fixed out-by-one error in previous commit.
[AROS.git] / workbench / c / CheckMem.c
bloba1bcf4a4dcff4f44859eef93874aa0e859afcf55
1 #include <exec/memory.h>
2 #include <proto/exec.h>
4 int main(void)
6 AvailMem(MEMF_CLEAR);
8 return 0;