Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: parens.0,v 1.1 2019/04/04 15:27:35 kamil Exp $	*/
/* $FreeBSD: head/usr.bin/indent/tests/parens.0 334583 2018-06-03 19:05:20Z pstef $ */
typedef void 	(*xxxxxxxxxxx) (int,
				char);

typedef char 	(*xxxxxxxxxxxxxxxxxxxxxxxxxxxx) (int *,
						 unsigned *,
						 char,
						 float *);

void
test(void)
{
	char		chars[secondf(firstf(B),
				      *here)];

	float		xxx = yyyyyyyyyyyyyy(zzzzzzzzzzzzz(p1,
							   (p2),
							   p3));

	if (1) {
		char	       *xxx = firstf(secondf2(p1,
						      p2));
	}

	rb->allocfunc(1);
	rb2.allocfunc(7);
}