logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ZT_CURRENT_LOCATION — get the current location in the source file

Authors

       Zygmunt Krynicki <me@zygoon.pl>

libzt 0.3.1                                     January 12, 2020                          ZT_CURRENT_LOCATION(3)

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__)

See Also