PlasmaFAIR/fortitude

`call-exit`

Open

#549 opened on Nov 21, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (33 forks)auto 404
good first issuerule

Repository metrics

Stars
 (207 stars)
PR merge metrics
 (PR metrics pending)

Description

GNU compilers let you use call exit(status) instead of stop. This should be a portability rule. I think it could be auto-fixed to stop status

I think call abort is also a GNU extension, but I've never used it myself.

Contributor guide