rsspice 0.1.0

Pure Rust port of the SPICE Toolkit for space geometry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// GENERATED FILE
//

use super::*;
use f2rust_std::*;

//$Procedure      TSTVRS ( Test Utility version strings )
pub fn TSTVRS(VERSTR: &mut [u8]) {
    //
    // At the current time only the TOOLKIT version number is specified.
    //
    fstr::assign(VERSTR, b"TST001");
}