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

override-sample メインプログラム。 More...

#include <libbase.h>
#include <console-util.h>
#include <stdio.h>
Include dependency graph for override-sample.c:

Go to the source code of this file.

Functions

int main (void)
 メインエントリポイント。

Detailed Description

override-sample メインプログラム。

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

libbase の func を呼び出し、オーバーライド機能を示すサンプルプログラムです。

Definition in file override-sample.c.

Function Documentation

◆ main()

int main ( void )

メインエントリポイント。

Returns
正常終了時は 0 を返します。

Definition at line 29 of file override-sample.c.

References console_output(), funcman_info_libbase(), and sample_func().

Here is the call graph for this function: