logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kcapi_memset_secure - memset implementation that will not be optimized away by the compiler

Arguments

s
           [in] see memset(3)

       c
           [in] see memset(3)

       n
           [in] see memset(3)

Author

StephanMueller <smueller@chronox.de>
           Author.

Description

       The parameters, he logic and the return code is identical to memset(3).

Name

       kcapi_memset_secure - memset implementation that will not be optimized away by the compiler

Synopsis

voidkcapi_memset_secure(void*s,intc,size_tn);

See Also