mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 03:53:41 +00:00
[SAL]
* Add _Ret_writes_maybenull_z_ annotation. svn path=/trunk/; revision=59731
This commit is contained in:
parent
83b94585d4
commit
cf0c04f897
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ enum __SAL_YesNo {_SAL_notpresent, _SAL_no, _SAL_maybe, _SAL_yes, _SAL_default};
|
|||
//#define _Ret_writes_bytes_to_(size,count)
|
||||
//#define _Ret_writes_bytes_to_maybenull_(size,count)
|
||||
//#define _Ret_writes_maybenull_(size)
|
||||
//#define _Ret_writes_maybenull_z_(size)
|
||||
#define _Ret_writes_maybenull_z_(size) _SAL2_NAME(_Ret_writes_maybenull_z_) _Group_([SA_Post(Null=SA_Maybe,ValidElements="\n" _SA_SPECSTRIZE(size),NullTerminated=SA_Yes)] [SA_Post(Valid=SA_Yes)])
|
||||
//#define _Ret_writes_to_(size,count)
|
||||
//#define _Ret_writes_to_maybenull_(size,count)
|
||||
//#define _Ret_writes_z_(size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue