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

funcman_object が明示的デフォルトかどうかを返します。 More...

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

Go to the source code of this file.

Functions

int funcman_is_declared_default (funcman_object *fobj)
 funcman_object が明示的デフォルトかどうかを返します。

Detailed Description

funcman_object が明示的デフォルトかどうかを返します。

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

Definition in file funcman_is_declared_default.c.

Function Documentation

◆ funcman_is_declared_default()

int funcman_is_declared_default ( funcman_object * fobj)

funcman_object が明示的デフォルトかどうかを返します。

lib_name と func_name がともに定義ファイルで default に設定されている場合に 1 を返します。
それ以外の場合は 0 を返します。

Parameters
[in]fobjfuncman_object へのポインタ。
Returns
明示的デフォルトの場合は 1、それ以外は 0。

Definition at line 17 of file funcman_is_declared_default.c.

References _funcman_get_func(), and funcman_object::resolved.

Here is the call graph for this function: