repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* reordered a little bit
[mascara-docs.git]
/
i86
/
mtx-16-bit
/
mtx
/
samples
/
LAB5.timer
/
USER
/
u2.c
blob
4172d033f88b456ae5221e373c7b9e1878b7718a
1
#include
"uio.c"
2
#include
"ucode.c"
3
4
main
()
5
{
6
char
name
[
64
];
7
int
pid
,
cmd
;
8
9
10
while
(
1
){
11
12
printf
(
"==============================================
\n
"
);
13
printf
(
"
\n
Ich bin Prozess %d in der U Weise: das laufen im Segment=%x
\n
"
,
14
getpid
(),
getcs
());
15
16
#include
"ubody.c"
17
}
18
}
19
20
21