📄 s_cbrtl.c
字号:
#include <math.h>#include <stdio.h>#include <errno.h>long double__cbrtl(long double x){ fputs ("__cbrtl not implemented\n", stderr); __set_errno (ENOSYS); return 0.0;}weak_alias (__cbrtl, cbrtl)stub_warning (cbrtl)#include <stub-tag.h>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -