repo.or.cz
/
rofl0r-jobflow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use libulz' strtoint64 for strtoll (saves 2.5KB)
[rofl0r-jobflow.git]
/
tests
/
job_test.c
blob
1e88ba13cfc57fa6808aee6d9ca864429f1ba30c
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char
**
argv
) {
4
int
i
;
5
for
(
i
=
0
;
i
<
argc
;
i
++)
6
puts
(
argv
[
i
]);
7
return
0
;
8
}