mirror of
https://github.com/TokTok/c-toxcore
synced 2026-09-25 17:44:07 +00:00
These help static analysis and ubsan. We should eventually have all functions annotated like this with a cimple check to make sure every pointer has an explicit nullability annotation. The `nullable` annotation does nothing in GCC, but will be used by cimple to validate that every parameter has defined nullability.