aboutsummaryrefslogtreecommitdiffstats
path: root/libj2_j2i_sat_lsh.c
blob: 49f5818b0647dbd47ae32affd40d45bc0efcf420 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST

extern inline void libj2_j2i_sat_lsh(struct libj2_j2i *a, unsigned b);
/* TODO Add man pages
 * libj2_j2i_sat_lsh
 * libj2_j2i_sat_lsh_to_j2i
 * libj2_ji_sat_lsh_to_j2i
 */


#else

CONST int main(void) { return 0; } /* TODO test */

#endif