#include <string.h>
#include "pal.h"
#include "palmac.h"
Go to the source code of this file.
|
#define | star_strellcpy(dest, src, size) star__strellcpy(dest, src, size) |
|
#define | WEST(ID, IAM, AS) PAL__DAS2R*((60.0*(60.0*(double)ID+(double)IAM))+(double)AS) |
|
#define | NORTH(ID, IAM, AS) WEST(ID,IAM,AS) |
|
#define | EAST(ID, IAM, AS) -1.0*WEST(ID,IAM,AS) |
|
#define | SOUTH(ID, IAM, AS) -1.0*WEST(ID,IAM,AS) |
|
|
static void | star__strellcpy (char *dest, const char *src, size_t size) |
|
int | palObs (size_t n, const char *c, char *ident, size_t identlen, char *name, size_t namelen, double *w, double *p, double *h) |
|