readme
来自「微型浏览器」· 代码 · 共 35 行
TXT
35 行
These are various utilities to make life easier. Here's a description of each:html_hash----------Written to append a ,NULL to the hash tables that can be found insrc/html_tokenizer.cThis is used when you generate a new hash table (with gperf) and then must fillin all of the function pointers. This makes life easier by setting all of themto NULL first so you don't have to do all of them at once to do a compile fortesting etc...To use it copy and paste your hash table into a file called 'foo' or something.You should only include the table itself and not the struct or anything. So anexample is this:{"Q", Q},{"BR",BR}etc....Then type:$ ./hash_util fooand it will dump the new table to stdout.-----------------color_hash-----------------color_hash will put the 2nd element in a hash table into quotation marks. Written for the colors.c hash table.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?