/* cwd.h: * **************************************************************** * Copyright (C) 2002 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__FS__CWD_H #define INCLUDE__FS__CWD_H #include "hackerlab/mem/alloc-limits.h" /* automatically generated __STDC__ prototypes */ extern t_uchar * safe_current_working_directory (void); extern char * current_working_directory (int * errn, struct alloc_limits * limits); #endif /* INCLUDE__FS__CWD_H */ /* tag: Tom Lord Sat Jan 5 15:26:10 2002 (cwd.h) */