repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel.resource: fix to AllocAbs - correct condition for clearing bit in flbitmap
[AROS.git]
/
compiler
/
purify
/
test9.c
blob
c36f314960de7b9c68a68c170c5e5566204b078b
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <stdio.h>
7
8
char
*
config
;
9
10
int
main
(
int
argc
,
char
**
argv
)
11
{
12
config
= &
argv
[
0
][
1
];
13
14
return
0
;
15
}