1
0
forked from 0ad/0ad
0ad/source/mocks/unistd.h
2009-08-09 20:28:46 +00:00

8 lines
127 B
C

#include <unistd.h>
#include <cxxtest/Mock.h>
CXXTEST_MOCK_GLOBAL(
char *, getcwd,
(char *buf, size_t size),
(buf, size)
);