dwm.h
changeset 844 e7df5a345595
parent 843 e1fb60cca902
child 848 944739ec944a
equal deleted inserted replaced
843:e1fb60cca902 844:e7df5a345595
   144 
   144 
   145 /* util.c */
   145 /* util.c */
   146 void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
   146 void *emallocz(unsigned int size);	/* allocates zero-initialized memory, exits on error */
   147 void eprint(const char *errstr, ...);	/* prints errstr and exits with 1 */
   147 void eprint(const char *errstr, ...);	/* prints errstr and exits with 1 */
   148 void spawn(const char *arg);		/* forks a new subprocess with arg's cmd */
   148 void spawn(const char *arg);		/* forks a new subprocess with arg's cmd */
   149