File: pathstuff.h

package info (click to toggle)
make 3.79.1-14
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,224 kB
  • ctags: 1,754
  • sloc: ansic: 23,190; sh: 2,972; perl: 966; makefile: 339
file content (9 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#ifndef _PATHSTUFF_H
#define _PATHSTUFF_H

extern char * convert_Path_to_windows32(char *Path, char to_delim);
extern char * convert_vpath_to_windows32(char *Path, char to_delim);
extern char * w32ify(char *file, int resolve);
extern char * getcwd_fs(char *buf, int len);

#endif