
::

    int res, count;
    calceph_sopen("example1.dat");
    count = calceph_sgetconstantcount();
    printf("number of constants : %d\n", count);
