1 /* ******************************************* 1 2 * debug 3 * Part of FSE library 4 * Copyright (c) Yann Collet, Facebook, Inc. 5 * 6 * You can contact the author at : 7 * - Source repository : https://github.com/Cy 8 * 9 * This source code is licensed under both the 10 * LICENSE file in the root directory of this 11 * in the COPYING file in the root directory o 12 * You may select, at your option, one of the 13 ********************************************** 14 15 16 /* 17 * This module only hosts one global variable 18 * which can be used to dynamically influence 19 * such as DEBUGLOG and RAWLOG 20 */ 21 22 #include "debug.h" 23 24 int g_debuglevel = DEBUGLEVEL; 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.