skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

hiercopy_tmp.c (168B)


      1 /* ISC license. */
      2 
      3 #include <skalibs/djbunix.h>
      4 
      5 int hiercopy_tmp (char const *src, char const *dst, stralloc *tmp)
      6 {
      7   return hiercopy_internal(src, dst, tmp, 0) ;
      8 }