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
72cfe07e
Commit
72cfe07e
authored
Oct 12, 1993
by
Per Cederqvist
Browse files
Test HAVE_STDLIB_H.
parent
d2f2e4c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libraries/libmisc/testnumlist.c
View file @
72cfe07e
/*
* $Id: testnumlist.c,v 0.
3
199
1/09
/1
5
1
0
:25:
19 linus
Exp $
* $Id: testnumlist.c,v 0.
4
199
3/10
/1
2
1
6
:25:
58 ceder
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -22,9 +22,11 @@
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
static
char
*
rcsid
=
"$Id: testnumlist.c,v 0.
3
199
1/09
/1
5
1
0
:25:
19 linus
Exp $"
;
static
char
*
rcsid
=
"$Id: testnumlist.c,v 0.
4
199
3/10
/1
2
1
6
:25:
58 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