diff options
Diffstat (limited to 'zh-cn')
| -rw-r--r-- | zh-cn/c-cn.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/zh-cn/c-cn.html.markdown b/zh-cn/c-cn.html.markdown index dd4445f7..851f2981 100644 --- a/zh-cn/c-cn.html.markdown +++ b/zh-cn/c-cn.html.markdown @@ -474,7 +474,7 @@ void testFunc() {  // 用户自定义类型和结构  /////////////////////////////////////// -// Typedefs可以创建类型别名 +// typedef 可以创建类型别名  typedef int my_type;  my_type my_type_var = 0; | 
