OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [or32/] [lib/] [bzero.c] - Blame information for rev 1767

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 666 simons
#include <linux/types.h>
2
#include <linux/string.h>
3
 
4
/* FIXME: put this over in libgcc.a on the compiler side */
5
 
6
void bzero(void * s, size_t count) {
7
        memset(s, '\0', count);
8
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.