Skip to content

Commit 0f4c549

Browse files
authored
Update README.md
1 parent 3f744a4 commit 0f4c549

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ output.c
7272
7373
- prm_in [File Path]
7474
> Its output file will be something like `/path/name.ext1.ext2.extlast` -> `/path/name.auto.extlast`
75+
76+
# Caution
77+
- Sinle-line comment `//` is not allowed.
78+
- Macro cannot return a value.
79+
- You cannot use `return` keyword.
80+
- Every parameter may be L-value. Use with caution.

0 commit comments

Comments
 (0)