This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// By [Colin Finck] and used by the [Comprehensive Rust] course, | |
// developed by the Android team at Google. | |
// | |
// This code compiles warning-free at the default warning level, | |
// even in the latest GCC version (13.2 as of writing). | |
// | |
// [Colin Finck]: https://colinfinck.de/Master_Thesis_Slides.pdf | |
// [Comprehensive Rust]: https://github.com/google/comprehensive-rust | |
#include <stdio.h> |