File: runfile.h

package info (click to toggle)
asymptote 2.47-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,408 kB
  • sloc: cpp: 61,370; python: 8,474; sh: 3,607; ansic: 2,711; perl: 1,563; lisp: 1,363; makefile: 600; yacc: 554; lex: 444
file content (34 lines) | stat: -rw-r--r-- 969 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/***** Autogenerated from runfile.in; changes will be overwritten *****/

#ifndef runfile_H
#define runfile_H
namespace run {
void nullFile(vm::stack *);
void namePart(vm::stack *);
void modePart(vm::stack *);
void dimensionSetHelper(vm::stack *);
void dimensionSet(vm::stack *);
void dimensionPart(vm::stack *);
void lineSetHelper(vm::stack *);
void lineSet(vm::stack *);
void linePart(vm::stack *);
void csvSetHelper(vm::stack *);
void csvSet(vm::stack *);
void csvPart(vm::stack *);
void wordSetHelper(vm::stack *);
void wordSet(vm::stack *);
void wordPart(vm::stack *);
void singlerealSetHelper(vm::stack *);
void singlerealSet(vm::stack *);
void singlerealPart(vm::stack *);
void singleintSetHelper(vm::stack *);
void singleintSet(vm::stack *);
void singleintPart(vm::stack *);
void signedintSetHelper(vm::stack *);
void signedintSet(vm::stack *);
void signedintPart(vm::stack *);
void readSetHelper(vm::stack *);
void readSet(vm::stack *);
}

#endif // runfile_H