mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Add fmt.DEFAULT_BUFFER_SIZE to be configurable with #config(FMT_DEFAULT_BUFFER_SIZE, 1<<12)
This commit is contained in:
@@ -10,8 +10,7 @@ import "core:strings"
|
||||
import "core:reflect"
|
||||
import "intrinsics"
|
||||
|
||||
@private
|
||||
DEFAULT_BUFFER_SIZE :: 1<<12;
|
||||
DEFAULT_BUFFER_SIZE :: #config(FMT_DEFAULT_BUFFER_SIZE, 1<<12);
|
||||
|
||||
Info :: struct {
|
||||
minus: bool,
|
||||
|
||||
Reference in New Issue
Block a user