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

/*	$OpenBSD: extern.h,v 1.5 2009/06/07 13:29:50 ray Exp $ */
/*	$FreeBSD$	*/

/*
 * Written by Raymond Lai <ray@cyth.net>.
 * Public domain.
 */

extern FILE		*outfp;		/* file to save changes to */
extern const char	*tmpdir;

int eparse(const char *, const char *, const char *);