You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Projeto que tem como objetivo implementar, na linguagem C, uma biblioteca que permita representar valores inteiros signed de 128 bits, e ofereça algumas operações básicas sobre esses valores. Para representar o valor inteiro de 128 bits, a biblioteca usa dois valores do tipo long, cada um deles representando uma parte (64 bits) do valor.