Oracles CC doc

This commit is contained in:
jl777
2018-09-05 19:45:36 -11:00
parent cc39397316
commit 31066d1687
2 changed files with 95 additions and 2 deletions

View File

@@ -46,12 +46,13 @@
The format string is a set of chars with the following meaning:
's' -> <256 char string
'S' -> <65536 char string
'd' -> <256 binary data
'D' -> <65536 binary data
'c' -> 1 byte signed little endian number, 'C' unsigned
't' -> 2 byte signed little endian number, 'T' unsigned
'i' -> 4 byte signed little endian number, 'I' unsigned
'l' -> 8 byte signed little endian number, 'L' unsigned
'h' -> 32 byte hash
uppercase is unsigned, lowercase is a signed number
create:
vins.*: normal inputs