mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-03 10:58:30 +02:00
comments improved
This commit is contained in:
@@ -40,6 +40,10 @@ copy(const char *str)
|
||||
return(p);
|
||||
}
|
||||
|
||||
|
||||
/* copy a substring, from 'str' to 'end'
|
||||
* including *str, excluding *end
|
||||
*/
|
||||
char *
|
||||
copy_substring(const char *str, const char *end)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user