chiark / gitweb /
adjust re node.js ishness
[talk-2019-ghm-rust.git] / ffi-example-cpp.txt
1 extern "C" {
2   int cxx_chrobak_payne(const size_t nvertices,
3                         const size_t edge_data[][2],
4                         const size_t n_edge_data,
5                         ...