footer.js 255 B

1234567
  1. function writeHeader() {
  2. document.write('Version 1.10.1');
  3. };
  4. function writeFooter() {
  5. document.write('Generated on Tue Jun 28 2022 11:55:45 for CMSIS-DSP 1.10.1. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
  6. };