diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-31 03:41:51 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-01 13:10:07 +0200 |
commit | 5bc6dccbbd6167b556af751755f0ae02c1ca2a8f (patch) | |
tree | 6352e8ba169e218988057fa62dd301d9f4dd4db9 /include | |
parent | 42ee300e92c0d3f7bba6f4f015353bd5ff6839c5 (diff) | |
download | afl++-5bc6dccbbd6167b556af751755f0ae02c1ca2a8f.tar.gz |
src doku is now markdown
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index db92e32d..c26740ed 100644 --- a/include/common.h +++ b/include/common.h @@ -101,3 +101,4 @@ u8 *u_stringify_time_diff(u8 *buf, u64 cur_ms, u64 event_ms); u32 read_timed(s32 fd, void *buf, size_t len, u32 timeout_ms); #endif + |