diff options
Diffstat (limited to 'source/cstdio.elna')
| -rw-r--r-- | source/cstdio.elna | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cstdio.elna b/source/cstdio.elna index cd218fe..78c3a24 100644 --- a/source/cstdio.elna +++ b/source/cstdio.elna @@ -3,7 +3,7 @@ obtain one at https://mozilla.org/MPL/2.0/. *) type - FILE* = record end + FILE* = extern var stdin*: ^FILE := extern |
