9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
|
|
// BSTR functions (part of OLE Automation)
|
|
|
|
-sem( SysAllocString, @p == malloc(1p) || @p == 0, 1p )
|
|
-sem( SysAllocStringByteLen, @P == malloc(2n)+1 || @p == 0 )
|
|
-sem( SysAllocStringLen, @p == malloc(2n)+1 || @p == 0 )
|
|
-sem( SysStringLen, @n == 1p - 1, 1p )
|
|
-function( free, SysFreeString )
|