mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 15:05:00 -07:00
fmt improvement; Minor refactoring
This commit is contained in:
@@ -120,7 +120,7 @@ variadic_procedures :: proc() {
|
||||
|
||||
print_prefix_f32s("a"); nl()
|
||||
print_prefix_f32s("b", 1); nl()
|
||||
print_prefix_f32s("c", 1, 2, 3); nl()
|
||||
7 print_prefix_f32s("c", 1, 2, 3); nl()
|
||||
|
||||
// Internally, the variadic procedures get allocated to an array on the stack,
|
||||
// and this array is passed a slice
|
||||
|
||||
Reference in New Issue
Block a user