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
Brian Smith
nettle
Commits
6ca0e6b9
Commit
6ca0e6b9
authored
Dec 15, 1998
by
J.H.M. Dassen
Committed by
Niels Möller
Dec 15, 1998
Browse files
Include unistd.h. Use prototype for main (jdassen@wi.leidenuniv.nl).
Rev: src/symmetric/desTest.c:1.4
parent
5f543de2
Changes
1
Hide whitespace changes
Inline
Side-by-side
desTest.c
View file @
6ca0e6b9
...
...
@@ -18,7 +18,8 @@ char desTest_cRcs[] = "$Id$";
#ifndef __NT__
#include
<sys/time.h>
#include
<sys/resource.h>
extern
getrusage
();
#include
<unistd.h>
/* extern getrusage(); */
static
struct
rusage
usage
;
#define now(w) ( \
(void)getrusage(RUSAGE_SELF, &usage), \
...
...
@@ -109,7 +110,7 @@ UINT8 *src, *dst, *check;
/* run the tests */
int
main
()
main
(
int
argc
,
char
**
argv
)
{
int
j
,
m
,
e
,
n
;
void
(
*
f
)();
...
...
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