/* globals.h *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% * * Part of: SWarp * * Author: E.BERTIN (IAP) * * Contents: Global declarations. * * Last modify: 22/09/2000 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ #include "types.h" /*----------------------- miscellaneous variables ---------------------------*/ char gstr[MAXCHAR]; int bswapflag; /*------------------------------- functions ---------------------------------*/ extern void error(int, char *, char *), makeit(void), swapbytes(void *ptr, int nb, int n), warning(char *msg1, char *msg2); extern int cistrcmp(char *cs, char *ct, int mode);