[LLVMdev] A C function which accepts a large integer type?

Óscar Fuentes ofv at wanadoo.es
Sat May 4 04:51:20 PDT 2013


edA-qa mort-ora-y <eda-qa at disemia.com> writes:

> Is there anyway in C I can write a function which accepts a very large
> integer? That is, say in LLVM I'm using a 256bit integer, is it possible
> to write a C function which accepts that value?
>
> I understand it wouldn't be standard C, or may not even be pretty, but
> that doesn't matter.

What's wrong with passing the address of the integer?




More information about the llvm-dev mailing list