Comparison of programming languages (string functions) – link to C standard library

It is not possible to add the new link because it would replace an existing, longer link.

Line 25: Line 25:
|-
|-
| <code>strncpy(''string2'', ''string'', ''n'')</code>
| <code>strncpy(''string2'', ''string'', ''n'')</code>
|[[C (programming language)|C standard library]]
|[[C standard library]]
|-
|-
| <code>''string''.substr(0,''n'')</code>
| <code>''string''.substr(0,''n'')</code>