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
03b2a57d
Commit
03b2a57d
authored
Oct 11, 1993
by
Linus Tolke
Browse files
testing HAVE_STDLIB_H
parent
69c7f3c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libmisc/zmalloc.c
View file @
03b2a57d
/*
/*
* $Id: zmalloc.c,v 1.
7
1993/10/1
0
1
7:16:42 ceder
Exp $
* $Id: zmalloc.c,v 1.
8
1993/10/1
1
1
9:27:23 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* Copyright (C) 1991 Lysator Academic Computer Association.
*
*
* This file is part of the LysKOM server.
* This file is part of the LysKOM server.
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
*/
*/
static
char
*
rcsid
=
"$Id: zmalloc.c,v 1.
7
1993/10/1
0
1
7:16:42 ceder
Exp $"
;
static
char
*
rcsid
=
"$Id: zmalloc.c,v 1.
8
1993/10/1
1
1
9:27:23 linus
Exp $"
;
#ifndef __vax__
#ifndef __vax__
#include <stddef.h>
#include <stddef.h>
...
@@ -56,8 +56,10 @@ static char *rcsid = "$Id: zmalloc.c,v 1.7 1993/10/10 17:16:42 ceder Exp $";
...
@@ -56,8 +56,10 @@ static char *rcsid = "$Id: zmalloc.c,v 1.7 1993/10/10 17:16:42 ceder Exp $";
#ifdef HAVE_MALLOC_H
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#include <malloc.h>
#else
#else
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#include <stdlib.h>
#endif
#endif
#endif
#if STDC_HEADERS || HAVE_STRING_H
#if STDC_HEADERS || HAVE_STRING_H
#include <string.h>
#include <string.h>
...
...
Write
Preview
Supports
Markdown
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