diff options
Diffstat (limited to 'test/Analysis/system-header-simulator.h')
-rw-r--r-- | test/Analysis/system-header-simulator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Analysis/system-header-simulator.h b/test/Analysis/system-header-simulator.h index 68c66574df..1dd9c5b607 100644 --- a/test/Analysis/system-header-simulator.h +++ b/test/Analysis/system-header-simulator.h @@ -8,3 +8,6 @@ int fscanf(FILE *restrict stream, const char *restrict format, ...); extern int errno; unsigned long strlen(const char *); + +char *strcpy(char *restrict s1, const char *restrict s2); + |