加action,不支持嵌套大括号
Action()
{
int iCt = 0;

iCt = lr_output_message("abcdefg");

iCt = funA(3,5);

lr_output_message("abcdefg %d",iCt);

}

 
int funA(int a,int b)
{
    int c;
    c = a+b;
    return c;
}

最新文章

  1. C#中中文编码的问题(StreamWriter和StreamReader默认编码)
  2. C语言中史上最愚蠢的Bug
  3. js获取当前时间戳 不需毫秒数
  4. SpreadJS电子表格
  5. 十天冲刺---Day5
  6. 每天一个linux命令---useradd
  7. redis 不能持久化问题 MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
  8. SqlServer2000数据库字典--表结构.sql
  9. LINQ学习入门教程(一)
  10. 关于Noise and Error主题的一些小知识
  11. SSH登陆服务器的简单命令
  12. 【Unity与23种设计模式】观察者模式(Observer)
  13. 给工作添点乐趣--- 为Idea编译时打印图案
  14. 字符串的一些常用方法 string
  15. 行政区划sql数据脚本
  16. 关键字(6):trigger触发器
  17. Ionic3.x设置启动页与图标
  18. 《spark快速大数据分析》
  19. centos6.5安装jdk(解压tar.gz)
  20. SSO后期补充理解

热门文章

  1. Django模板如何用一个变量查找字典值
  2. Redhat ssh服务登录慢
  3. 在ubuntu16.04编译安装httperf
  4. Oracle_PL/SQL(4) 过程和函数
  5. istio 服务地图
  6. XiaoKL学Python(E)Generator Expressions
  7. 初学者的分布式Python爬虫教程
  8. python 打开文件对话框 filedialog tkinter GUI 编程
  9. a label can only be part of statement and a declaratioin is not a statement
  10. rm命令删除文件时排除特定文件