Introduce QInt
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 28 Aug 2009 18:27:05 +0000 (15:27 -0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 4 Sep 2009 14:37:29 +0000 (09:37 -0500)
commitfdc83e2a6bca5ce471983bb7b3c6b3265ba91c32
tree450e655a60e90b51cb6cdbcf919dd8f8e229dd2e
parentbe40d93caa3f6372c8e7fb3e2343c04941ac4beb
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>
Makefile
qint.c [new file with mode: 0644]
qint.h [new file with mode: 0644]
qobject.h