dwm.h
changeset 796 75b1b25fe0d7
parent 793 79cb72e82b21
child 799 30ec8b96a7f6
equal deleted inserted replaced
795:3b23c75920a3 796:75b1b25fe0d7
   150 extern void view(Arg *arg);			/* views the tag with arg's index */
   150 extern void view(Arg *arg);			/* views the tag with arg's index */
   151 
   151 
   152 /* util.c */
   152 /* util.c */
   153 extern void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
   153 extern void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
   154 extern void eprint(const char *errstr, ...);	/* prints errstr and exits with 1 */
   154 extern void eprint(const char *errstr, ...);	/* prints errstr and exits with 1 */
   155 extern void spawn(Arg *arg);			/* forks a new subprocess with to arg's cmd */
   155 extern void spawn(Arg *arg);			/* forks a new subprocess with arg's cmd */
   156 
   156