From b68d2820825b3e90302d452fed9f28bfed9668fe Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 14 Sep 2016 15:37:17 +0900 Subject: bls_if stack version --- src/bls_if.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/bls_if.cpp b/src/bls_if.cpp index 7576c93..c64e868 100644 --- a/src/bls_if.cpp +++ b/src/bls_if.cpp @@ -57,6 +57,10 @@ void blsIdDestroy(blsId *id) { delete (bls::Id*)id; } +void blsIdPut(const blsId *id) +{ + std::cout << *(const bls::Id*)id << std::endl; +} void blsIdCopy(blsId *dst, const blsId *src) { *((bls::Id*)dst) = *((const bls::Id*)src); -- cgit v1.2.3