libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / apps / people / main.cpp
blob9b24954d9777da3147161cef5cb79a3a20f96956
1 /*
2 * Copyright 1999, Be Incorporated. All Rights Reserved.
3 * This file may be used under the terms of the Be Sample Code License.
5 * Authors:
6 * Robert Polic
7 */
10 #include "PeopleApp.h"
13 int
14 main(int, char**)
16 TPeopleApp app;
17 app.Run();
18 return B_NO_ERROR;