Skip to content
GitLab
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
9b7af834
Commit
9b7af834
authored
Oct 12, 1993
by
Per Cederqvist
Browse files
Test HAVE_STDLIB_H.
parent
03b2a57d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/libraries/libmisc/numlist.c
View file @
9b7af834
/*
* $Id: numlist.c,v 0.
4
1993/10/
08 09:59:14
ceder Exp $
* $Id: numlist.c,v 0.
5
1993/10/
12 16:17:58
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -33,10 +33,12 @@
* Three plus signs (+++) denote places where more work may be needed.
*/
static
char
*
rcsid
=
"$Id: numlist.c,v 0.
4
1993/10/
08 09:59:14
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: numlist.c,v 0.
5
1993/10/
12 16:17:58
ceder Exp $"
;
#include
<stdio.h>
#include
<stdlib.h>
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#include
"misc-types.h"
...
...
src/libraries/libmisc/numlist2.c
View file @
9b7af834
/*
* $Id: numlist2.c,v 0.
4
1993/10/
08 09:59:21
ceder Exp $
* $Id: numlist2.c,v 0.
5
1993/10/
12 16:18:10
ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -30,10 +30,12 @@
* Author: Inge Wallin
*/
static
char
*
rcsid
=
"$Id: numlist2.c,v 0.
4
1993/10/
08 09:59:21
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: numlist2.c,v 0.
5
1993/10/
12 16:18:10
ceder Exp $"
;
#include
<stdio.h>
#include
<stdlib.h>
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif
#include
"misc-types.h"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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