ZT_CURRENT_LOCATION — get the current location in the source file
Contents
Description
ZT_CURRENT_LOCATION provides zt_location describing the location of the source file invoking the macro.
History
ZT_CURRENT_LOCATION first appeared in libzt 0.1
Name
ZT_CURRENT_LOCATION — get the current location in the source file
Return Values
A zt_location containing the current values of __FILE__ and __LINE.
See Also
zt_location_at(3), zt_location(3)
Synopsis
#include<zt.h>#defineZT_CURRENT_LOCATION()zt_location_at(__FILE__,__LINE__)
