Skip to content

SDK v15.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 22:05
· 54 commits to main since this release

New library features

  • All of the below only support the c64. Picked this arbitrarily; other backends will come later.
  • fopen
    • There's not actually much you can do with open files, and if you try to use most stdio functions and fopen in the same project, the link will fail.
  • fclose (with automatic fclose on exit)
  • rename
  • tmpfile
  • tmpnam