mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-08-14 22:38:37 +02:00
6 lines
109 B
C
6 lines
109 B
C
#pragma once
|
|
|
|
#define bzero(p,l) memset((void *)(p),0,(size_t)(l))
|
|
|
|
void
|
|
explicit_bzero(void *b, size_t len); |