PageRenderTime 47ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/octave/module_load/example.c

#
C | 9 lines | 5 code | 3 blank | 1 comment | 0 complexity | e989f0335a018d0507d48f8e7bfba803 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. /* File : example.c */
  2. #include "example.h"
  3. int ivar = 47;
  4. int ifunc() {
  5. return ivar;
  6. }