Thank you Arik for your quick answer :-), > But basically you will still have to write a function. Although I don't see > a problem in that: > void AddTwo128BitNumbers(VeryBig first, VeryBig second, VeryBig *result); >
Either I see a problem in writing such a function at first but if I look at it a little bit more in detail, there are a few things that make me feel unconfortable: 1.- Dealing with overflows and that kind of stuff 2.- Now is addition but maybe tomorrow I need a division or any other arithmetic operation That's why I was wondering if there was a built-in way of handling this. Once more, thank you! _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
