1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add null char

This commit is contained in:
Igor S. Gerasimov 2025-01-02 18:15:23 +01:00
parent 38e7024277
commit 9b14656c8a

View File

@ -9,6 +9,8 @@ module tracy
integer(c_int32_t), parameter, public :: TRACY_PLOTFORMAT_PERCENTAGE = 2
integer(c_int32_t), parameter, public :: TRACY_PLOTFORMAT_WATT = 3
character(c_char), parameter, public :: tracy_null_char = c_null_char
interface
subroutine impl_tracy_set_thread_name(name) bind(C, name="___tracy_set_thread_name")
import