brk01: Use uintptr_t instead of long.

It is safer to use "uintptr_t" when we transfer "void *".
And I use "%"PRIuPTR"" to replace "%ld".

Signed-off-by: Kun Yan <samyankun@gmail.com>
1 file changed