1
2
3
4
5
typedef int Number;
// Create a type called Number that you can use anywhere you would use int.
//
// Number n = 5;
// printf("n == %d\n", n);

© Copyright 2022 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.