File: pathstuff.h

package info (click to toggle)
make 3.76.1-8
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,540 kB
  • ctags: 1,231
  • sloc: ansic: 18,525; sh: 367; makefile: 189
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