This is an example of how to use the C API.
#include <assert.h>
#include <stdint.h>
{
x[0] = 1;
}
{
sizeof(uint64_t) * 10);
array[0] = 0;
array[1] = 1;
}
{
assert(array[0] == 0);
assert(array[1] == 1);
}
{
assert(array[0] == 0);
assert(array[1] == 1);
}
return 0;
}
int main()
Definition: jgraph.cpp:24