igraph/ext/cIGraph_operators.c

10 lines
126 B
C

#include "igraph.h"
#include "ruby.h"
#include "cIGraph.h"
VALUE cIGraph_add_op(VALUE self, VALUE graph){
return Qnil;
}