table.c

来自「微型浏览器」· C语言 代码 · 共 49 行

C
49
字号
#include "htmlparser.h"#include "htmltokenizer.h"#include "htmltag.h"__inline int html_tfoot 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_tbody 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_tr 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_table (html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_td (html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_thead 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_col 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_th 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}__inline int html_colgroup 	(html_t *html, char *tag, html_tag_args *args, tag_type type) {	return 0;}

⌨️ 快捷键说明

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