source:
CIVL/examples/pthread/errorTest/strcp.cvl@
e564413
| Last change on this file since e564413 was e3151da, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 95 bytes | |
| Rev | Line | |
|---|---|---|
| [48787d9] | 1 | #include <string.h> |
| 2 | ||
| 3 | int main(){ | |
| 4 | char * a = "doi"; | |
| 5 | int x = strcmp(a, "doi"); | |
| 6 | return x; | |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
