72bb2ce629
git-svn-id: svn://10.65.10.50/trunk@599 c028cbd2-c16b-5b4b-a496-9718f37d4682
8 lines
201 B
C++
Executable File
8 lines
201 B
C++
Executable File
#include <xvt.h>
|
|
extern int test_messages(int argc, char** argv);
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
// simple y claro
|
|
return test_messages(argc, argv);
|
|
}
|