-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding more generated constants to C compatibility headers.
- Loading branch information
Showing
4 changed files
with
77 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// This module provides an interface to functions in the <locale.h> C-header file. | ||
|
||
let lconv ::= builtin.opaque() | ||
let LC_ALL ::= {{{LC_ALL}}} | ||
let LC_COLLATE ::= {{{LC_COLLATE}}} | ||
let LC_CTYPE ::= {{{LC_CTYPE}}} | ||
let LC_MONETARY ::= {{{LC_MONETARY}}} | ||
let LC_NUMERIC ::= {{{LC_NUMERIC}}} | ||
let LC_TIME ::= {{{LC_TIME}}} | ||
|
||
// Additionally, the <locale.h> C-header defines the constant `NULL`, for which | ||
// there is no corresponding value in this module. For such uses, prefer the | ||
// Icarus native `null` constant. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.