IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2007, 2:27:00 PM (19 years ago)
Author:
eugene
Message:

fixed cases of hard-wired line length; some api cleanup in stack_math

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/dvomath.h

    r11084 r15878  
    4949void          clean_stack           PROTO((StackVar *stack, int Nstack));
    5050void          delete_stack          PROTO((StackVar *stack, int Nstack));
     51void          clear_stack           PROTO((StackVar *stack));
     52void          assign_stack          PROTO((StackVar *stack, char *name, int type));
     53
    5154int           VV_binary             PROTO((StackVar *OUT, StackVar *V1, StackVar *V2, char *op));
    5255int           SV_binary             PROTO((StackVar *OUT, StackVar *V1, StackVar *V2, char *op));
Note: See TracChangeset for help on using the changeset viewer.