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

📄 ct

📁 Algorithms for Image Processing and Computer Vision Source Code
💻
字号:
@c ----------------------------------------------------------------------
@node ctime, time
@heading @code{ctime}
@subheading Syntax

@example
#include <time.h>

char *ctime(const time_t *cal);
@end example

@subheading Description

This function returns an ASCII representation of the time in @var{cal}. 
This is equivalent to @code{asctime(localtime(cal))}.  @xref{asctime}
@xref{localtime}

@subheading Return Value

The ascii representation of the time.

@c ----------------------------------------------------------------------
@node _ctype_, ctype
@heading @code{_ctype_}
@subheading Syntax

@example
#include <ctype.h>

extern char _ctype_[257];
@end example

@subheading Description

This is an array used by the functions and macros in @code{<ctype.h>}.


⌨️ 快捷键说明

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