[libc-commits] [libc] [libc] Implement freopen (PR #207837)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Fri Jul 24 07:28:05 PDT 2026
================
@@ -146,6 +146,14 @@ functions:
arguments:
- type: const char *
- type: const char *
+ - name: freopen
+ standards:
+ - stdc
+ return_type: FILE *
+ arguments:
+ - type: const char *
----------------
kaladron wrote:
```suggestion
- type: const char *__restrict
```
https://github.com/llvm/llvm-project/pull/207837
More information about the libc-commits
mailing list