o
    h                     @   s   d dl mZ edfddZdS )    )C99CodePrinterNc                 C   s8   ||pi }| | }ddd |jD }|d | S )z= Renders a C source file (with required #include statements) 
c                 S   s   g | ]}d | qS )z#include <%s> ).0hr   r   J/var/www/html/ai/venv/lib/python3.10/site-packages/sympy/codegen/cutils.py
<listcomp>   s    z)render_as_source_file.<locals>.<listcomp>z

)doprintjoinheaders)contentPrintersettingsprintercode_strincludesr   r   r   render_as_source_file   s   
r   )sympy.printing.cr   r   r   r   r   r   <module>   s    