GIT.Harvie.CZ
/
svn
/
Cll1h
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
C<<1 va_list based print and echo commands finaly work
[svn/Cll1h/.git]
/
demos
/
performance
/
printf.c
1
#include <stdio.h>
2
3
#define RUNS 10000000UL
4
int
main
(
void
)
5
{
6
unsigned long
i
;
7
for
(
i
=
0
;
i
<
RUNS
;
i
++) {
8
printf
(
"stuff
\n
"
);
9
}
10
return
0
;
11
}
This page took
0.367799 seconds
and
5
git commands to generate.