summaryrefslogtreecommitdiff
path: root/Examples/octave/module_load/example.c
blob: 7fd2e4aa079fe63ddd87dabbcbd567d020f83007 (plain)
1
2
3
4
5
6
7
8
9
/* File : example.c */

#include "example.h"

int ivar = 47;

int ifunc() {
  return ivar;
}