1/* vim:set ft=c: */ 2/** 3 * \defgroup api_l4re_c L4Re C Interface 4 * 5 * Documentation for the L4Re C Interface. 6 * 7 * The interface functions closely align with the C++ functions and add 8 * no further functionalities. 9 * 10 * For new programs it is advised to use the C++ interface. 11 */ 12/** 13 * \defgroup api_l4re_c_util L4Re Util C Interface 14 * \ingroup api_l4re_c 15 * 16 * Documentation of the L4 Runtime Environment utility functionality in C. 17 * 18 * The interface functions closely align with the C++ functions and add 19 * no further functionalities. 20 * 21 * For new programs it is advised to use the C++ interface. 22 */ 23