mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-22 00:51:23 +00:00
macos/foundation: more string funcs
This commit is contained in:
5
pkg/macos/foundation/base.zig
Normal file
5
pkg/macos/foundation/base.zig
Normal file
@@ -0,0 +1,5 @@
|
||||
pub const ComparisonResult = enum(c_int) {
|
||||
less = -1,
|
||||
equal = 0,
|
||||
greater = 1,
|
||||
};
|
||||
Reference in New Issue
Block a user