Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
f30c9b92
Commit
f30c9b92
authored
Oct 12, 1993
by
Per Cederqvist
Browse files
Check HAVE_STRING_H.
parent
899b21ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libraries/libansi/memcpy.c
View file @
f30c9b92
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#include <sys/types.h>
void
*
memcpy
(
void
*
s1
,
const
void
*
s2
,
size_t
n
)
...
...
src/libraries/libansi/strerror.c
View file @
f30c9b92
/*
* $Id: strerror.c,v 0.1
0
1993/10/1
0 12:01:57
ceder Exp $
* $Id: strerror.c,v 0.1
1
1993/10/1
2 23:40:40
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -26,12 +26,14 @@
** strerror.c
*/
static
char
*
rcsid
=
"$Id: strerror.c,v 0.1
0
1993/10/1
0 12:01:57
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: strerror.c,v 0.1
1
1993/10/1
2 23:40:40
ceder Exp $"
;
#include "rcs.h"
USE
(
rcsid
);
#include <stdio.h>
#ifdef HAVE_STRING_H
#include <string.h>
#endif
extern
int
sys_nerr
;
extern
const
char
*
sys_errlist
[];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment