1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
/* Copyright INRIA */
#include "../machine.h"
/** only used to force the linker to load all calelm functions **/
System_contents(x)
int x;
{
if ( x== 1)
{
C2F(scichdir)();
C2F(scigetcwd)();
C2F(ref2val)();
C2F(allops)();
C2F(apropo)();
C2F(banier)();
C2F(bexec)();
C2F(clause)();
C2F(cmdstr)();
C2F(comand)();
C2F(compcl)();
C2F(compil)();
C2F(cvname)();
C2F(cvnamel)();
C2F(cvstr)();
C2F(defmat)();
C2F(dspdsp)();
C2F(eqid)();
C2F(error)();
C2F(expr)();
C2F(fact)();
C2F(funnam)();
C2F(funs)();
C2F(getch)();
C2F(getlin)();
C2F(getnum)();
C2F(getstr)();
C2F(getsym)();
C2F(getval)();
C2F(isciap)();
C2F(iscihelp)();
C2F(helpmg)();
C2F(crebmatvar)();
C2F(crematvar)();
C2F(inisci)();
C2F(isbrk)();
C2F(israt)();
C2F(logops)();
C2F(lspdsp)();
C2F(macro)();
C2F(majmin)();
C2F(mkindx)();
C2F(mklist)();
C2F(mname)();
C2F(mrknmd)();
C2F(msgs)();
C2F(nextj)();
C2F(parse)();
C2F(clrest)();
C2F(clsave)();
C2F(listtype)();
C2F(print)();
C2F(prntid)();
C2F(prompt)();
C2F(eptover)();
C2F(ptover)();
C2F(mvptr)();
C2F(ptrback)();
C2F(putid)();
C2F(run)();
C2F(sascii)();
C2F(savlod)();
C2F(scilab)();
C2F(scilines)();
C2F(sciquit)();
C2F(scirun)();
C2F(seteol)();
C2F(setgetmode)();
C2F(setlnb)();
C2F(skpins)();
C2F(stackg)();
C2F(stackp)();
C2F(terme)();
C2F(typ2cod)();
C2F(whatln)();
C2F(wspdsp)();
C2F(xchar)();
C2F(xerbla)();
}
}
|