Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2540 → Rev 2541

/trunk/uspace/lib/libc/include/string.h
35,7 → 35,7
#ifndef LIBC_STRING_H_
#define LIBC_STRING_H_
 
#include <types.h>
#include <sys/types.h>
 
#define bzero(ptr, len) memset((ptr), 0, (len))