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
nouveau.hidd: disable warnings about not initialized variables
[AROS.git]
/
workbench
/
system
/
Workbook
/
main.c
blob
8b6339cce4dc596289832e6758d589ba78b21676
1
/*
2
Copyright © 2011, The AROS Development Team. All rights reserved.
3
$Id$
4
5
Desc: Workbook wrapper for CLI
6
Lang: english
7
*/
8
9
#include <proto/exec.h>
10
11
extern
ULONG
WorkbookMain
(
void
);
12
13
int
main
(
int
argc
,
char
**
argv
)
14
{
15
return
WorkbookMain
();
16
}