fn binNameAlloc(allocator: std.mem.Allocator, options: BinNameOptions) error{OutOfMemory}![]u8

Returns the standard file system basename of a binary generated by the Zig compiler.

Parameters

allocator: std.mem.Allocator,
options: BinNameOptions,