
* format all (clang format 13) * added clang-format check * re-add missing newline * cargo doc was missing * more brackets * fixed fmt workflow * clang format * shellcheck * install clang-format-13 * update ubuntu for maximum clang-formattability * yml whitespaces * fmt * shellcheck only for .sh * oops path * ignored shellcheck warning
3 lines
95 B
C
3 lines
95 B
C
#include <stddef.h>
|
|
__attribute__((weak, visibility("default"))) size_t *__libafl_target_list;
|