C99 std文档 [英] C99 std documentation

查看:93
本文介绍了C99 std文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有一个很好的在线描述ansi c99 std lib - 很多

k& r中描述的函数(例如,ceil缺失)并不接近
$ c $ b in c99。


谢谢。

解决方案

" Lars Tackmann" < RO **** @ diku.dk>写道:

是否有一个很好的在线描述ansi c99 std lib - sinse
k& r中描述的许多函数(例如,ceil缺失)确实没有
接缝是在c99。




Dinkum C99库参考可能是我找到的最好的,

没有支付你的美国


18到ANSI下载

实际C99标准的PDF。

www.google.com/search?q=dinkum+c99+library


-

Simon。


Lars Tackmann写道:


是否有一个很好的在线描述ansi c99 std lib
- sinse k& r
中描述的许多函数(例如,ceil缺失)不会在c99中接缝。




好​​像是在N869。

http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/


委员会草案 - 1999年1月18日WG14 / N869


7.12.9.1细胞功能

剧情简介

[#1]

#include< math.h>

double ceil(double x);

float ceilf(float x);

long double ceill(long double x);

描述

[#2] ceil函数计算最小整数值

不小于x:| x |。

返回

[#3] ceil函数返回最小整数值

不小于x,表示为浮点数。

-

pete


Is there a good online description of the ansi c99 std lib - sinse many of
the functions describet in k&r (eg. ceil is missing) does not seam to be
in c99.

Thanks.

解决方案

"Lars Tackmann" <ro****@diku.dk> wrote:

Is there a good online description of the ansi c99 std lib - sinse
many of the functions describet in k&r (eg. ceil is missing) does
not seam to be in c99.



The Dinkum C99 Library reference is probably the best I''ve found,
short of paying your US


18 to ANSI to download the PDF of the
actual C99 standard.

www.google.com/search?q=dinkum+c99+library

--
Simon.


Lars Tackmann wrote:


Is there a good online description of the ansi c99 std lib
- sinse many of the functions describet in k&r
(eg. ceil is missing) does not seam to be in c99.



It seems to be in N869.

http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/

Committee Draft -- January 18, 1999 WG14/N869

7.12.9.1 The ceil functions
Synopsis
[#1]
#include <math.h>
double ceil(double x);
float ceilf(float x);
long double ceill(long double x);
Description
[#2] The ceil functions compute the smallest integer value
not less than x: |x|.
Returns
[#3] The ceil functions return the smallest integer value
not less than x, expressed as a floating-point number.
--
pete


这篇关于C99 std文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆