]> andersk Git - openssh.git/blame - openbsd-compat/getcwd.h
- markus@cvs.openbsd.org 2001/04/04 00:06:54
[openssh.git] / openbsd-compat / getcwd.h
CommitLineData
0b202697 1/* $Id$ */
2
443172c4 3#ifndef _BSD_GETCWD_H
4#define _BSD_GETCWD_H
5#include "config.h"
6
7#if !defined(HAVE_GETCWD)
8
9char *getcwd(char *pt, size_t size);
10
11#endif /* !defined(HAVE_GETCWD) */
12#endif /* _BSD_GETCWD_H */
This page took 0.079555 seconds and 5 git commands to generate.