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

/*
 * $FreeBSD$
 */

/*
 * libregex uses a different version name because its symbols are not strictly
 * compatible with those provided by libc. Re-using the version name from libc
 * could cause linking headaches and make debugging more difficult than it needs
 * to be.
 */
LIBREGEX_1.0 {
	regcomp;
	regerror;
	regexec;
	regfree;
};