Cite This Page
Bibliographic details for Smaller C
- Page name: Smaller C
- Author: OSDev.wiki contributors
- Publisher: OSDev.wiki.
- Date of last revision: 9 July 2023 17:59 UTC
- Date retrieved: 10 February 2025 17:34 UTC
- Permanent URL: https://osdev.wiki/wiki/Smaller_C?oldid=25578
- Page Version ID: 25578
Citation styles for Smaller C
APA style
Smaller C. (2023, July 9). OSDev.wiki. Retrieved 17:34, February 10, 2025 from https://osdev.wiki/wiki/Smaller_C?oldid=25578.
MLA style
"Smaller C." OSDev.wiki. 9 Jul 2023, 17:59 UTC. 10 Feb 2025, 17:34 <https://osdev.wiki/wiki/Smaller_C?oldid=25578>.
MHRA style
OSDev.wiki contributors, 'Smaller C', OSDev.wiki, 9 July 2023, 17:59 UTC, <https://osdev.wiki/wiki/Smaller_C?oldid=25578> [accessed 10 February 2025]
Chicago style
OSDev.wiki contributors, "Smaller C," OSDev.wiki, https://osdev.wiki/wiki/Smaller_C?oldid=25578 (accessed February 10, 2025).
CBE/CSE style
OSDev.wiki contributors. Smaller C [Internet]. OSDev.wiki; 2023 Jul 9, 17:59 UTC [cited 2025 Feb 10]. Available from: https://osdev.wiki/wiki/Smaller_C?oldid=25578.
Bluebook style
Smaller C, https://osdev.wiki/wiki/Smaller_C?oldid=25578 (last visited February 10, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "OSDev.wiki", title = "Smaller C --- OSDev.wiki{,} ", year = "2023", url = "https://osdev.wiki/wiki/Smaller_C?oldid=25578", note = "[Online; accessed 10-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 = "OSDev.wiki", title = "Smaller C --- OSDev.wiki{,} ", year = "2023", url = "\url{https://osdev.wiki/wiki/Smaller_C?oldid=25578}", note = "[Online; accessed 10-February-2025]" }