Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > d0009bf9e154ddc34b88269bc581a4a5 > files > 113

octave-3.8.2-3.mga5.x86_64.rpm

#include "mex.h"

void
mexFunction (int nlhs, mxArray *plhs[],
             int nrhs, const mxArray *prhs[])
{
  mexPrintf ("Hello, World!\n");

  mexPrintf ("I have %d inputs and %d outputs\n", nrhs, nlhs);
}