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:
parent
69afc49dae
commit
a45877974e
22
or/or1.cpp
Executable file
22
or/or1.cpp
Executable 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
7
or/or1.h
Executable 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
14
or/or1.url
Executable 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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user