Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Conversation

@nullsystem
Copy link

  • itoa is non-standard, not available on Linux, try snprintf for now
  • Some gcc being stricter kind of stuff

- itoa is non-standard, not available on Linux, try snprintf for now
- Some gcc being stricter kind of stuff
@Rainyan Rainyan self-assigned this Feb 5, 2024
@nullsystem nullsystem marked this pull request as draft February 10, 2024 16:58
@nullsystem
Copy link
Author

nullsystem commented Feb 10, 2024

Never mind, this broke Windows build entirely. Probably need a custom function instead.
EDIT: inttostr for game, ifdef _snprintf for rest of tools

@nullsystem nullsystem marked this pull request as ready for review February 10, 2024 18:48
- Instead have inttostr to interface between them

(nullsystem:001_FixLinuxCompile)
@nullsystem nullsystem closed this by deleting the head repository Jul 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants