logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

umult32 - integer multiplication with overflow checking

Description

       umult32 does c=a*b and returns 1.

       In case of an integer overflow, umult32 leaves c alone and returns 0.

Name

       umult32 - integer multiplication with overflow checking

See Also

umult16(3), imult32(3), umult64(3)

                                                                                                      umult32(3)

Syntax

#include<libowfat/safemult.h>

       int umult32(uint32 a,uint32 b,uint32* c);

See Also