Cite This Page
Bibliographic details for Library/C Runtime/strcpy
- Page name: Library/C Runtime/strcpy
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 23 November 2010 01:22 UTC
- Date retrieved: 18 February 2025 22:21 UTC
- Permanent URL: https://rosettacode.org/wiki/Library/C_Runtime/strcpy?oldid=165697
- Page Version ID: 165697
Citation styles for Library/C Runtime/strcpy
APA style
Library/C Runtime/strcpy. (2010, November 23). Rosetta Code. Retrieved 22:21, February 18, 2025 from https://rosettacode.org/wiki/Library/C_Runtime/strcpy?oldid=165697.
MLA style
"Library/C Runtime/strcpy." Rosetta Code. 23 Nov 2010, 01:22 UTC. 18 Feb 2025, 22:21 <https://rosettacode.org/wiki/Library/C_Runtime/strcpy?oldid=165697>.
MHRA style
Rosetta Code contributors, 'Library/C Runtime/strcpy', Rosetta Code, 23 November 2010, 01:22 UTC, <https://rosettacode.org/wiki/Library/C_Runtime/strcpy?oldid=165697> [accessed 18 February 2025]
Chicago style
Rosetta Code contributors, "Library/C Runtime/strcpy," Rosetta Code, https://rosettacode.org/wiki/Library/C_Runtime/strcpy?oldid=165697 (accessed February 18, 2025).
CBE/CSE style
Rosetta Code contributors. Library/C Runtime/strcpy [Internet]. Rosetta Code; 2010 Nov 23, 01:22 UTC [cited 2025 Feb 18]. Available from: https://rosettacode.org/wiki/Library/C_Runtime/strcpy?oldid=165697.
Bluebook style
Library/C Runtime/strcpy, https://rosettacode.org/wiki/Library/C_Runtime/strcpy?oldid=165697 (last visited February 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Library/C Runtime/strcpy --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Library/C_Runtime/strcpy?oldid=165697", note = "[Online; accessed 18-February-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Library/C Runtime/strcpy --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Library/C_Runtime/strcpy?oldid=165697}", note = "[Online; accessed 18-February-2025]" }