please dont rip this site

Language Ccpp Cref Contrib Snip UNIX2DOS.C

/ *
**  UNIX2DOS.C - Convert Unix-style pathnames to DOS-style
**
**  public domain by Bob Stout
*/

char *unix2dos(char *path)
{
      char *p;

      for (p = path; *p; ++p)
            if ('/' == *p)
                  *p = '\\';
      return path;
}


file: /Techref/language/ccpp/cref/CONTRIB/SNIP/unix2dos.c, 0KB, , updated: 1995/1/13 02:42, local time: 2024/4/18 00:20,
TOP NEW HELP FIND: 
18.221.146.223:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.massmind.org/techref/language/ccpp/cref/CONTRIB/SNIP/unix2dos.c"> language ccpp cref CONTRIB SNIP unix2dos</A>

Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .