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

Subversion Repositories or1k

[/] [or1k/] [branches/] [stable_0_2_x/] [or1ksim/] [cpu/] [common/] [parse.h] - Diff between revs 1353 and 1637

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 1353 Rev 1637
Line 36... Line 36...
 
 
/* This function is very similar to strncpy, except it null terminates the string */
/* This function is very similar to strncpy, except it null terminates the string */
char *strstrip (char *dst, const char *src, int n);
char *strstrip (char *dst, const char *src, int n);
 
 
/* Loads file to memory starting at address startaddr and returns freemem. */
/* Loads file to memory starting at address startaddr and returns freemem. */
unsigned long loadcode(char *filename, oraddr_t startaddr, oraddr_t virtphy_transl);
uint32_t loadcode(char *filename, oraddr_t startaddr, oraddr_t virtphy_transl);
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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