aboutsummaryrefslogtreecommitdiff
path: root/src/include/util.H1
blob: c60bd374b6a12bcf945662443a961ba5fa319ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifdef __cplusplus
extern "C" {
#endif

extern int checker(int  , int  , char * );
extern char * getmemWithLine(int  , char *  , int );
extern char * saymemWithLine(char *  , int  , int  , int );
extern void myfree(void *  , int );
extern XPoint getWindowPositionXY(Display *  , Window );
extern XPoint getWindowSizeXY(Display *  , Window );

#ifdef __cplusplus
}
#endif