码迷,mamicode.com
首页 > 其他好文 > 详细

代码保存、配色、发布整体方案---一段代码的配色

时间:2014-10-17 13:40:40      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   os   ar   strong   sp   

 

函数名: abort

功 能: 异常终止一个进程

用 法: void abort(void);

程序例:

#include <stdio.h> 
#include <stdlib.h> 
int main(void) 
{ 
  printf("Calling abort()\n"); 
  abort(); 
  return 0; /* This is never reached */ 
} 



 书画小说软件  更惬意的读、更舒心的写、更轻松的发布。

代码保存、配色、发布整体方案---一段代码的配色

标签:style   blog   http   color   io   os   ar   strong   sp   

原文地址:http://www.cnblogs.com/shuilan0066/p/4030533.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!