blob: 79e90f93eb70224d72d3f6e1cd1d35a21f7bfec7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
#if defined(__GNUC__)
const char *argv0 __attribute__((weak)) = "libcoopgamma";
#endif
extern inline char *libcoopgamma_next_header__(libcoopgamma_context_t *restrict ctx);
extern inline char *libcoopgamma_next_payload__(libcoopgamma_context_t *restrict ctx, size_t *n);
|