o
    i                     @   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   c/var/www/html/eduruby.in/lip-sync/lip-sync-env/lib/python3.10/site-packages/sympy/codegen/cutils.py
<listcomp>   s    z)render_as_source_file.<locals>.<listcomp>z

)Zdoprintjoinheaders)contentZPrintersettingsprinterZcode_strZincludesr   r   r   render_as_source_file   s   
r   )Zsympy.printing.cr   r   r   r   r   r   <module>   s    