You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/v9.9.9/footer.js

8 lines
253 B
JavaScript

function writeHeader() {
document.write('Version 9.9.9');
};
function writeFooter() {
document.write('Generated on Wed Jun 29 2022 15:37:28 for CMSIS-DSP 9.9.9. Copyright © 2022 Arm Limited (or its affiliates). All rights reserved.');
};