TEXT   28
css
Guest on 10th March 2023 12:19:50 AM


  1. /*!\file css.c
  2. \brief Write the Content Style Sheet of the HTML reports.
  3. */
  4.  
  5.  
  6. /*! \fn void css_content(FILE *fp_css)
  7. Write the content of the CSS in the file.
  8.  
  9. \param fp_css The file to write the CSS to.
  10. */
  11.  
  12.  
  13.  
  14.  
  15. /*! \fn void css(FILE *fp_css)
  16. Write the CSS in the file either as a link to an external file whose name is in
  17. ::ExternalCSSFile or as an inline text.
  18.  
  19. \param fp_css The file to write the CSS to.
  20. */

Raw Paste

Login or Register to edit or fork this paste. It's free.