linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 64 bits integer
@ 2004-11-10  1:30 Luciano Moreira - igLnx
  2004-11-10  7:07 ` mikael-aronsson
  2004-11-10 14:46 ` Jan-Benedict Glaw
  0 siblings, 2 replies; 3+ messages in thread
From: Luciano Moreira - igLnx @ 2004-11-10  1:30 UTC (permalink / raw)
  To: linux-c-programming

How can we do to manipulate integer higher than 32 bits in linux ?

Does exist some system call (or another library), that allow us to do 
something like as following ?

int64 x;
x = atoi64("12345678901234567890");

char x[21];
i64toa(x, sizeof(x));

Thanks,

Luciano


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-11-10 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-10  1:30 64 bits integer Luciano Moreira - igLnx
2004-11-10  7:07 ` mikael-aronsson
2004-11-10 14:46 ` Jan-Benedict Glaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).