Function
FwupdPluginsize_checked_add
Declaration [src]
gsize
fu_size_checked_add (
gsize a,
gsize b
)
Description [src]
Performs a checked addition of a and b, ensuring the result does not overflow.
| Available since: | 2.0.19 |
gsize
fu_size_checked_add (
gsize a,
gsize b
)
Performs a checked addition of a and b, ensuring the result does not overflow.
| Available since: | 2.0.19 |