File: operation.x

package info (click to toggle)
ocamlnet 4.1.9-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,024 kB
  • sloc: ml: 151,939; ansic: 11,071; sh: 2,003; makefile: 1,310
file content (14 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $Id$ -*-c -*- */

/* A very simple program only providing one [operation]. The examples
   in this dir use this definition.
*/

typedef string longstring<>;

program P {
    version V {
	void null(void) = 0;
	longstring operation(longstring) = 1;
    } = 1;
} = 1;