blob: 923bc0a1c7a92621af365f7079d47a188ba27bed (
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_j2u_rrot(struct libj2_j2u *a, unsigned b);
/* TODO Add man pages
libj2_j2u_rrot
libj2_j2u_rrot_to_j2u
libj2_ju_rrot_to_j2u
*/
#else
CONST int main(void) { return 0; } /* Tested in libj2_j2u_lrot.c */
#endif
|