[BACK]Return to ox_gsl.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_gsl

Annotation of OpenXM/src/ox_gsl/ox_gsl.h, Revision 1.1

1.1     ! takayama    1: /* $OpenXM$
        !             2: */
        !             3: // Todo, misc-2017/A3/kanazawa/ox_gsl.h.for_obj
        !             4: #include "ox_toolkit.h"
        !             5:
        !             6: int sm_mathcap();
        !             7: int sm_popCMO();
        !             8: int get_i();
        !             9: int sm_executeFunction();
        !            10: int receive_and_execute_sm_command();
        !            11: int receive();
        !            12: int main();
        !            13:
        !            14: double get_double();
        !            15: double *get_double_list(int *length);
        !            16:
        !            17: void init_gc();
        !            18: void pops(int n);
        !            19: void show_double_list();
        !            20: void usr1_handler(int sig);
        !            21: void show_stack_top();
        !            22: void initialize_stack();
        !            23: void push(cmo* m);
        !            24: void get_xy(int *x, int *y);
        !            25: void my_add_int32();
        !            26: void my_add_double();
        !            27:
        !            28: char *get_string();
        !            29: cmo *pop();

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>