From f871d3f10c0fac033fa55532c34e9c406343ae2d Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 18 Sep 2006 18:01:35 +0000 Subject: 2006-09-18 Martin Hunt * logging.stp (stp_print_binary): New function. * string.stp: Fix docs. --- tapset/logging.stp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tapset/logging.stp') diff --git a/tapset/logging.stp b/tapset/logging.stp index dcd9741a..3b0f9df5 100644 --- a/tapset/logging.stp +++ b/tapset/logging.stp @@ -31,3 +31,8 @@ function error (msg:string) %{ CONTEXT->last_error = THIS->msg; CONTEXT->last_stmt = NULL; %} + +function stp_print_binary(n:long, arg1:long, arg2:long, arg3:long, arg4:long) %{ + _stp_print_binary (THIS->n, THIS->arg1, THIS->arg2, THIS->arg3, THIS->arg4); +%} + -- cgit