diff options
| author | Baitinq <[email protected]> | 2025-05-18 23:53:59 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-05-18 23:53:59 +0200 |
| commit | 3b3ad4a6e6c86ebff2ea19ca5d3e1d0672b76d78 (patch) | |
| tree | f7880ba5b35732cb9a205d495c04506349f4470c /examples/16.src | |
| parent | Codegen: Fix bug with varargs functions (diff) | |
| download | pry-lang-3b3ad4a6e6c86ebff2ea19ca5d3e1d0672b76d78.tar.gz pry-lang-3b3ad4a6e6c86ebff2ea19ca5d3e1d0672b76d78.tar.bz2 pry-lang-3b3ad4a6e6c86ebff2ea19ca5d3e1d0672b76d78.zip | |
Misc: Use println instead of printf
Diffstat (limited to 'examples/16.src')
| -rw-r--r-- | examples/16.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/16.src b/examples/16.src index 969e5d5..3fb29f7 100644 --- a/examples/16.src +++ b/examples/16.src @@ -1,4 +1,3 @@ -extern printf = (*i64, varargs) => i64; extern SDL_CreateWindow = (*i8, i64, i64, i64, i64, i64) => i64; extern SDL_Init = (i64) => i64; |