zlacker
[parent]
[thread]
1 comments
1. leohut+(OP)
[view]
[source]
2015-02-17 05:31:31
num = 0; while (true) { try { num++; } except ( mallocFail ) { return num; } }
replies(1):
>>Gurken+J6
◧
2. Gurken+J6
[view]
[source]
2015-02-17 08:41:48
>>leohut+(OP)
Just do -1 on an unsigned number if you're that lazy.
[go to top]