浏览代码

test commit

Peter Kosyh 4 年之前
父节点
当前提交
a85a9e8bbd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      faux/str/str.c

+ 1 - 0
faux/str/str.c

@@ -215,6 +215,7 @@ static int faux_str_cmp_chars(char char1, char char2) {
 	return (int)ch1 - (int)ch2;
 }
 
+
 /** @brief Compare n first characters of two strings ignoring case.
  *
  * The difference beetween this function an standard strncasecmp() is