Oyranos  git-devel
Oyranos is a full featured Color Management System
Functions
oyjl_init.c File Reference

Oyjl core functions. More...

#include <ctype.h>
#include <math.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <errno.h>
#include <wchar.h>
#include "oyjl.h"
#include "oyjl_macros.h"
#include "oyjl_version.h"
#include "oyjl_tree_internal.h"
#include "liboyjl.i18n.h"

Functions

void oyjlLibRelease ()
 Reset and free all resources. More...
 
int oyjlInitLanguageDebug (const char *project_name, const char *env_var_debug, int *debug_variable, int use_gettext OYJL_UNUSED, const char *env_var_locdir OYJL_UNUSED, const char *default_locdir OYJL_UNUSED, oyjlTranslation_s **context, oyjlMessage_f msg)
 init the libraries language; optionaly More...
 

Detailed Description

Oyjl core functions.

oyjl - basic helpers

Copyright:
2016-2023 (C) Kai-Uwe Behrmann
Author
Kai-Uwe Behrmann ku.b@.nosp@m.gmx..nosp@m.de
License:
MIT http://www.opensource.org/licenses/mit-license.php

Copyright (c) 2004-2023 Kai-Uwe Behrmann ku.b@.nosp@m.gmx..nosp@m.de

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.