Waitrud Weber’s blog

things and reminders for memories

2022-04-19から1日間の記事一覧

CodeAnalyzer: windows-make: it has between or not like "<br />".

1 - - 2 .\main.cpp Tue Apr 19 19:03:48 2022...166 :int read_html_tag(char* filename ) {167 : STRUCT_FILE structure_fp;168 : int file_end;169 : FILE* fp;170 : char* p_dummy;171 : int i;172 : int result;173 : char key_buffer[255];174 : HTMLT…

CodeAnalyzer: html: It matches between start tag and end tag.

For the match of start and end tags in html, we can be confused of skipping space and detecting '/'in C. 1 - - 2 main.cpp Tue Apr 19 08:30:06 2022 ... 256 ://257 :int suits_tagname( char* k_buffer, char* tagname ) {258 : int kac, tac;259 :…