Update modules/rostests/apitests/crt/setjmp.c

Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com>
This commit is contained in:
Katayama Hirofumi MZ 2025-03-30 05:54:45 +09:00
parent b7b07a22a2
commit 62c7389cc6

View file

@ -2,7 +2,8 @@
* PROJECT: ReactOS CRT
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Tests for setjmp/longjmp
* COPYRIGHT: Copyright 2025 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com)
* COPYRIGHT: Copyright 2025 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
* Copyright 2025 Serge Gautherie <reactos-git_serge_171003@gautherie.fr>
*/
#include <apitest.h>