diff options
Diffstat (limited to 'tapset/builtin_hexstring.stp')
-rw-r--r-- | tapset/builtin_hexstring.stp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tapset/builtin_hexstring.stp b/tapset/builtin_hexstring.stp deleted file mode 100644 index c441bbc4..00000000 --- a/tapset/builtin_hexstring.stp +++ /dev/null @@ -1,7 +0,0 @@ -function _hexstring (num) %{ - sprintf (THIS->__retvalue, "%llx", (long long) THIS->num); -%} - -function hexstring (num) { - return "" . _hexstring (num + 0) -} |