IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3673 for trunk/stac/src/stac.h


Ignore:
Timestamp:
Apr 5, 2005, 5:59:11 PM (21 years ago)
Author:
Paul Price
Message:

Programs seem to be working nicely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stac.h

    r3667 r3673  
    33
    44#include "pslib.h"
    5 
    65#define abs(x) ((x) >= 0 ? (x) : (-(x)))
    7 
    86#define MAXCHAR 80
     7
     8/************************************************************************************************************/
     9
     10// time.c
    911
    1012// Get the current time
Note: See TracChangeset for help on using the changeset viewer.