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

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [lib/] [string.h] - Blame information for rev 6

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

Line No. Rev Author Line
1 2 drasko
#ifndef __LIB_STRING_H__
2
#define __LIB_STRING_H__
3
 
4
char *strncpy(char *dest, const char *src, int count);
5
int strcmp(const char *s1, const char *s2);
6
void *memset(void *p, int c, int size);
7
void *memcpy(void *d, void *s, int size);
8
 
9
#endif /* __LIB_STRING_H__ */

powered by: WebSVN 2.1.0

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