Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jan 13, 2024
1 parent 87a131b commit c3417b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c2v.v
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const builtin_fn_names = ['fopen', 'puts', 'fflush', 'printf', 'memset', 'atoi',

const c_known_fn_names = ['getline']

const c_known_var_names = ['stdin', 'stdout', 'stderr']
const c_known_var_names = ['stdin', 'stdout', 'stderr', '__stdinp', '__stdoutp', '__stderrp']

const builtin_type_names = ['ldiv_t', '__float2', '__double2', 'exception', 'double_t']

Expand Down

0 comments on commit c3417b8

Please sign in to comment.