Skip to content

Commit

Permalink
fix: plain 不存在语言爆黄
Browse files Browse the repository at this point in the history
  • Loading branch information
camera-2018 committed Apr 14, 2023
1 parent e43c5f6 commit 3e7428e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3.编程思维体系构建/3.4.6.9.练习:生成代码.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

我们将不再手工维护object. h和object. c,而是从更适合我们需要的单一源开始生成文件。这个新的源文件可以用你喜欢的任何语言( 典型的是某些特定领域的语言 ),只要你有工具把它转换回C。下面是一个简单的例子,考虑下列布局来组织我们的对象:

```Plain
```txt
/* Raw C code (declarations) */
- ObjectName
AttributeName AttributeValue
Expand All @@ -23,7 +23,7 @@

# object.txt

```Plain
```txt
#include <stdio.h>
#include "object.h"
Expand Down

0 comments on commit 3e7428e

Please sign in to comment.