source:
CIVL/examples/languageFeatures/char.cvl@
bb03188
| Last change on this file since bb03188 was ea777aa, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 161 bytes | |
| Rev | Line | |
|---|---|---|
| [9ede425] | 1 | /* |
| 2 | * Commandline example: | |
| 3 | * civl verify char.cvl | |
| 4 | */ | |
| 5 | #include <stdio.h> | |
| 6 | void main(){ | |
| [0ca4256] | 7 | char a = 'a'; |
| 8 | ||
| 9 | a = 'b'; | |
| 10 | printf("The char value is %c", a); | |
| [9ede425] | 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
