⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 func1.c

📁 this an OOP file which is very easy to understand. So, it is very suitable for the beginner to read.
💻 C
字号:
//func1.c
#include <stdio.h>


int
func1( int a , float b )
{
    return a + (int) b ;
}

int
func2( int a )
{
    return func1( a , 3 ) ;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -