mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 04:19:43 +00:00
[UCRT] Add missing line breaks at end of file
This commit is contained in:
parent
995e16d4d4
commit
48d8d198b2
9 changed files with 9 additions and 8 deletions
|
@ -39,4 +39,4 @@ extern "C" int __cdecl fputs(char const* const string, FILE* const stream)
|
|||
{
|
||||
__crt_cached_ptd_host ptd;
|
||||
return _fputs_internal(string, stream, ptd);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,4 +42,4 @@ extern "C" int __cdecl puts(char const* const string)
|
|||
{
|
||||
__crt_cached_ptd_host ptd;
|
||||
return _puts_internal(string, ptd);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,4 +57,4 @@ extern "C" void __cdecl rewind(FILE* const public_stream)
|
|||
{
|
||||
__crt_cached_ptd_host ptd;
|
||||
_rewind_internal(public_stream, ptd);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -291,4 +291,4 @@ extern "C" wchar_t* __cdecl _wtempnam_dbg(
|
|||
return common_tempnam(alternative, prefix, block_use, file_name, line_number);
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue