Warning, file /include/madX/mad_gxx11c.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef MAD_GXX11C_H
0002 #define MAD_GXX11C_H
0003
0004
0005 void wopen (int *uswid, int *ushi);
0006 void wclose (void);
0007 void wclrwk (int *i1,int *i2);
0008 void wpl (int *np, float *xp, float *yp);
0009 void wfa (int *np, float *xp, float *yp);
0010 void wswn (float *wlx, float *wxfact, float *wly, float *wyfact);
0011 void wtx (float *xp,float *yp, char *string);
0012 void wwait (void);
0013 void wsetci (char *uscol);
0014 void wsetls (int *ls);
0015 void wstring (char *s, int *l);
0016
0017 void cbyt (int* source, int* s_pos, int* target, int* t_pos, int* n);
0018 void mydtime (int* year, int* month, int* day, int* hour, int* minute, int* sec);
0019
0020 #endif
0021