Subversion Repositories QNX 8.QNX8 linker driver

Rev

Rev 14 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 15
Line 2... Line 2...
2
 
2
 
3
```
3
```
4
# uname -a
4
$ uname -a
5
QNX XPS64-df54 8.0.0 2024/06/13-12:41:48EDT x86pc x86_64
5
QNX XPS64-df54 8.0.0 2024/06/13-12:41:48EDT x86pc x86_64
6
 
6
 
7
# gcc hello.c
7
$ gcc hello.c
8
 
8
 
9
# ./a.out
9
$ ./a.out
10
Hello world!
10
Hello world!
11
```
11
```
12
 
12
 
13
 
13
 
14
## Rationale
14
## Rationale