Files
SWG_Client_Next_Main/tools/lint/lib-ole.lnt
2016-06-01 15:00:39 -04:00

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 )