repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libroot/posix/stdio: Remove unused portions.
[haiku.git]
/
src
/
apps
/
people
/
main.cpp
blob
9b24954d9777da3147161cef5cb79a3a20f96956
1
/*
2
* Copyright 1999, Be Incorporated. All Rights Reserved.
3
* This file may be used under the terms of the Be Sample Code License.
4
*
5
* Authors:
6
* Robert Polic
7
*/
8
9
10
#include
"PeopleApp.h"
11
12
13
int
14
main
(
int
,
char
**)
15
{
16
TPeopleApp app
;
17
app
.
Run
();
18
return
B_NO_ERROR
;
19
}