/* This is a sample C module. */ int csqr(int arg) { return arg*arg; }