File: runstring.h

package info (click to toggle)
asymptote 2.69%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,532 kB
  • sloc: cpp: 61,286; ansic: 48,418; python: 8,585; javascript: 4,283; sh: 4,069; perl: 1,564; lisp: 1,505; makefile: 609; yacc: 554; lex: 446
file content (9 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
/***** Autogenerated from runstring.in; changes will be overwritten *****/

#ifndef runstring_H
#define runstring_H
namespace run {
void emptyString(vm::stack *);
}

#endif // runstring_H