URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 1350 |
Rev 1353 |
Line 35... |
Line 35... |
char *stripwhite (char *string);
|
char *stripwhite (char *string);
|
|
|
/* 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);
|
|
|
/* Returns n-th token from string */
|
|
char *strtoken(char *in, char *out, int which);
|
|
|
|
/* Parses string line and puts up to maxparam parameters into argv[]; number of parameters is returned */
|
|
int tokenize_line (char *str, char *argv[], int maxparam);
|
|
|
|
/* 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);
|
unsigned long loadcode(char *filename, oraddr_t startaddr, oraddr_t virtphy_transl);
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.