commit | 6b8d1ece705752cb0214fb89ccd3925eddc62df8 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Fri Aug 28 15:27:05 2009 -0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Sep 04 09:37:29 2009 -0500 |
tree | 450e655a60e90b51cb6cdbcf919dd8f8e229dd2e | |
parent | 5a1a2356490399c9b7eb850f9065af554b18cfd1 [diff] |
Introduce QInt QInt is a high-level data type that can be used to represent integers, internally it stores an int64_t value. The following functions are available: - qint_from_int() Create a new QInt - qint_get_int() Get the stored integer Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>