This commit was generated by cvs2svn to compensate for changes in r6239,

which included commits to RCS files with non-trunk default branches.

git-svn-id: svn://10.65.10.50/trunk@6240 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1998-02-21 08:14:18 +00:00
parent 69afc49dae
commit a45877974e
3 changed files with 43 additions and 0 deletions

22
or/or1.cpp Executable file
View File

@ -0,0 +1,22 @@
#include <xvt.h>
#include <checks.h>
#include "or1.h"
const char* const usage = "Errore - uso : %s -{0}";
int main(int argc,char** argv)
{
const int n = argc > 1 ? atoi(argv[1]+1) : -1;
switch (n)
{
case 0:
or1100(argc,argv); break; // stampe
default:
error_box(usage, argv[0]);
}
exit(0);
return 0;
}

7
or/or1.h Executable file
View File

@ -0,0 +1,7 @@
#ifndef __OR1_H
#define __OR1_H
int or1100(int argc, char** argv);
#endif // __OR1_H

14
or/or1.url Executable file
View File

@ -0,0 +1,14 @@
#include <default.url>
/* or1 -0 Stampe */
MENU TASK_MENUBAR
SUBMENU MENU_FILE "~File"
/* or1 -1 */
MENUBAR MENU_BAR(1)
MENU MENU_BAR(1)
SUBMENU MENU_FILE "~File"