ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
comin_c_utils.c File Reference

C interface for the ICON Community Interface. More...

#include <stdarg.h>
#include <stdio.h>
#include <comin.h>
Include dependency graph for comin_c_utils.c:

Go to the source code of this file.

Functions

void comin_print_debug_f (const char *fmt,...)
 
void comin_print_info_f (const char *fmt,...)
 
void comin_print_warning_f (const char *fmt,...)
 

Detailed Description

C interface for the ICON Community Interface.

Authors
12/2024 :: ICON Community Interface comin.nosp@m.@ico.nosp@m.n-mod.nosp@m.el.o.nosp@m.rg

SPDX-License-Identifier: BSD-3-Clause

Please see the file LICENSE in the root of the source tree for this code. Where software is supplied by third parties, it is indicated in the headers of the routines.

Definition in file comin_c_utils.c.

Function Documentation

◆ comin_print_debug_f()

void comin_print_debug_f ( const char * fmt,
... )

Definition at line 18 of file comin_c_utils.c.

◆ comin_print_info_f()

void comin_print_info_f ( const char * fmt,
... )

Definition at line 30 of file comin_c_utils.c.

Here is the caller graph for this function:

◆ comin_print_warning_f()

void comin_print_warning_f ( const char * fmt,
... )

Definition at line 42 of file comin_c_utils.c.