contrib/chg/util.h
changeset 28855 f5764e177bbe
parent 28854 ddef14468952
child 29440 009cc6c89d0f
equal deleted inserted replaced
28854:ddef14468952 28855:f5764e177bbe
    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 fchdirx(int dirfd);
       
    27 void fsetcloexec(int fd);
    27 void *mallocx(size_t size);
    28 void *mallocx(size_t size);
    28 void *reallocx(void *ptr, size_t size);
    29 void *reallocx(void *ptr, size_t size);
    29 
    30 
    30 int runshellcmd(const char *cmd, const char *envp[], const char *cwd);
    31 int runshellcmd(const char *cmd, const char *envp[], const char *cwd);
    31 
    32