long -> ssize_t unsigned long -> size_t long long -> int64_t unsigned long long -> uint64_t unsigned char -> void (If it's a void pointer)

Comment From: madolson

@lee157953 Not sure what you are asking. Are you suggesting we do this throughout the codebase? IS there a specific reason your are suggesting this?

Comment From: lee157953

@lee157953 Not sure what you are asking. Are you suggesting we do this throughout the codebase? IS there a specific reason your are suggesting this?

Use stdint to improve the security, readability, and maintainability of your source code

Comment From: madolson

So, we're not going to go back and update all the existing usage. We should consider using more of them in the future though.