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

📄 readme

📁 微型浏览器
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -