Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libc/src/wchar/wcpncpy.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ wchar_t *wcpncpy(wchar_t *__restrict ws1, const wchar_t *__restrict ws2,

} // namespace LIBC_NAMESPACE_DECL

#endif // LLVM_LIBC_SRC_WCHAR_WCPNsCPY_H
#endif // LLVM_LIBC_SRC_WCHAR_WCPNCPY_H
2 changes: 1 addition & 1 deletion libc/src/wchar/wcsspn.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ size_t wcsspn(const wchar_t *s1, const wchar_t *s2);

} // namespace LIBC_NAMESPACE_DECL

#endif // LLVM_LIBC_SRC_WCHAR_WCSCHR_H
#endif // LLVM_LIBC_SRC_WCHAR_WCSSPN_H
Loading