contrib/chg/util.h
changeset 28854 ddef14468952
parent 28788 57a78a64de44
child 28855 f5764e177bbe
equal deleted inserted replaced
28853:d11548b4ae45 28854:ddef14468952
    21 
    21 
    22 void enablecolor(void);
    22 void enablecolor(void);
    23 void enabledebugmsg(void);
    23 void enabledebugmsg(void);
    24 void debugmsg(const char *fmt, ...) PRINTF_FORMAT_;
    24 void debugmsg(const char *fmt, ...) PRINTF_FORMAT_;
    25 
    25 
       
    26 void fchdirx(int dirfd);
    26 void *mallocx(size_t size);
    27 void *mallocx(size_t size);
    27 void *reallocx(void *ptr, size_t size);
    28 void *reallocx(void *ptr, size_t size);
    28 
    29 
    29 int runshellcmd(const char *cmd, const char *envp[], const char *cwd);
    30 int runshellcmd(const char *cmd, const char *envp[], const char *cwd);
    30 
    31