Closed youpong closed 3 months ago
If the return value of strdup is NULL, an exception runtime_error is thrown.
strdup
NULL
runtime_error
Thanks @youpong
If the return value of
strdup
isNULL
, an exceptionruntime_error
is thrown.