libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / bin / makeudfimage / makeudfimage.cpp
blobac12c17be23fa06c3c46b77bc024996d0b5e9530
1 //----------------------------------------------------------------------
2 // This software is part of the OpenBeOS distribution and is covered
3 // by the MIT License.
4 //
5 // Copyright (c) 2003 Tyler Dauwalder, tyler@dauwalder.net
6 //----------------------------------------------------------------------
8 /*! \file makeudfimage.cpp
10 UDF image builder.
13 #include "Shell.h"
15 int main(int argc, char *argv[])
17 Shell shell;
18 shell.Run(argc, argv);
19 return 0;