equal
deleted
inserted
replaced
1 /** |
1 /** |
2 * test/demos/lotto.c |
2 * lotto.c |
3 * computes the best n lottery-values from m loops out of [1..end] |
3 * computes the best n lottery-values from m loops out of [1..end] |
4 * |
4 * |
5 * ------------------------------------------------------------------------------ |
5 * ------------------------------------------------------------------------------ |
6 * | ==18509== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 13 from 1) | |
6 * | ==18509== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 13 from 1) | |
7 * | ==18509== malloc/free: in use at exit: 0 bytes in 0 blocks. | |
7 * | ==18509== malloc/free: in use at exit: 0 bytes in 0 blocks. | |