Document of c-modernization-kit (funcman) 1.0.0
Loading...
Searching...
No Matches
funcman_info.c File Reference

funcman_object ポインタ配列の内容を標準出力に表示します。 More...

#include <funcman.h>
#include <stdio.h>
Include dependency graph for funcman_info.c:

Go to the source code of this file.

Functions

int funcman_info (funcman_object *const *fobj_array, const size_t fobj_length)
 funcman_object ポインタ配列の内容を標準出力に表示します。

Detailed Description

funcman_object ポインタ配列の内容を標準出力に表示します。

Author
c-modenization-kit sample team
Date
2026/02/23
Version
1.0.0

各エントリを表示し、未解決のエントリがあれば解決を試みます。
1 つでも解決失敗した場合は -1 を返します。

Definition in file funcman_info.c.

Function Documentation

◆ funcman_info()

int funcman_info ( funcman_object *const * fobj_array,
const size_t fobj_length )

funcman_object ポインタ配列の内容を標準出力に表示します。

Parameters
[in]fobj_arrayfuncman_object ポインタ配列。
[in]fobj_length配列の要素数。
Returns
すべてのエントリが正常に解決されている場合は 0、1 つでも失敗している場合は -1 を返します。

Definition at line 21 of file funcman_info.c.

References _funcman_get_func(), funcman_object::func_key, funcman_object::func_name, funcman_object::func_ptr, funcman_object::handle, funcman_object::lib_name, and funcman_object::resolved.

Here is the call graph for this function: