Use stdint types everywhere
R=mark at https://breakpad.appspot.com/535002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1121 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -119,8 +119,8 @@ class LogMessageVoidify {
|
||||
};
|
||||
|
||||
// Returns number formatted as a hexadecimal string, such as "0x7b".
|
||||
string HexString(u_int32_t number);
|
||||
string HexString(u_int64_t number);
|
||||
string HexString(uint32_t number);
|
||||
string HexString(uint64_t number);
|
||||
string HexString(int number);
|
||||
|
||||
// Returns the error code as set in the global errno variable, and sets
|
||||
|
||||
Reference in New Issue
Block a user