BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
4f36c1f
Branches
Tags
master
uproctrace
liblwpttr
src
macros.h
add exe and cwd to proc_begin
Stefan Schuermans
commited
4f36c1f
at 2020-05-17 11:16:27
macros.h
Blame
History
Raw
#ifndef LWPTTR_MACROS_H #define LWPTTR_MACROS_H #define countof(arr) (sizeof(arr) / sizeof((arr)[0])) #endif /* #ifndef LWPTTR_MACROS_H */