[AdgPair] Added adg_pair_copy()
commit8a2335c6f4c1d1500481e233d8c2c3b6bc880b98
authorNicola Fontana <ntd@entidi.it>
Fri, 11 Jun 2010 16:14:41 +0000 (11 18:14 +0200)
committerNicola Fontana <ntd@entidi.it>
Fri, 11 Jun 2010 16:14:41 +0000 (11 18:14 +0200)
treed8bb81345039c39249b95d51e6430b70ef2f853f
parentd798727122cba18df34359a44d32db53749d83a1
[AdgPair] Added adg_pair_copy()

New API to perform a value copy between two pairs. The same as
cpml_pair_copy() but with argument validation.

The rationale behind this is to keep the CPML library bloat free by
not checking anything and wrapping these functions inside libadg in a
more robust way only when this makes sense.
src/adg/adg-pair.c
src/adg/adg-pair.h