URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 161 |
Rev 163 |
Line 89... |
Line 89... |
|
|
/* Write argv to an @-file, inserting necessary quoting. */
|
/* Write argv to an @-file, inserting necessary quoting. */
|
|
|
extern int writeargv PARAMS ((char **, FILE *));
|
extern int writeargv PARAMS ((char **, FILE *));
|
|
|
|
/* Return the number of elements in argv. */
|
|
|
|
extern int countargv (char**);
|
|
|
/* Return the last component of a path name. Note that we can't use a
|
/* Return the last component of a path name. Note that we can't use a
|
prototype here because the parameter is declared inconsistently
|
prototype here because the parameter is declared inconsistently
|
across different systems, sometimes as "char *" and sometimes as
|
across different systems, sometimes as "char *" and sometimes as
|
"const char *" */
|
"const char *" */
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.