|
Document of c-modernization-kit (funcman) 1.0.0
|
funcman_object が明示的デフォルトかどうかを返します。 More...
#include <funcman.h>Go to the source code of this file.
Functions | |
| int | funcman_is_declared_default (funcman_object *fobj) |
| funcman_object が明示的デフォルトかどうかを返します。 | |
funcman_object が明示的デフォルトかどうかを返します。
Definition in file funcman_is_declared_default.c.
| int funcman_is_declared_default | ( | funcman_object * | fobj | ) |
funcman_object が明示的デフォルトかどうかを返します。
lib_name と func_name がともに定義ファイルで default に設定されている場合に 1 を返します。
それ以外の場合は 0 を返します。
| [in] | fobj | funcman_object へのポインタ。 |
Definition at line 17 of file funcman_is_declared_default.c.
References _funcman_get_func(), and funcman_object::resolved.