Difference between revisions of "Talk:Random Numbers"

From OpenSSLWiki
Jump to navigationJump to search
(void * casting hack?)
(No difference)

Revision as of 03:00, 8 March 2013

void * casting hack?

The thing about casting to void* and using "%p" just to print an unsigned long in hex seemed a little odd to me. Am I missing something as to why "0x%lx" isn't a viable option?

--Ppelleti 03:00, 8 March 2013 (UTC)