Sign in
cobalt
/
codespell
/
c7df658b393a1c795b941b550e6a2270ffca6ee7
/
.
/
example
/
code.c
blob: 81210c3f6a8af66a865a7dadca8b08e690166ad2 [
file
] [
log
] [
blame
]
int
f
(
int
type
)
{
return
type
;
}
int
main
(
void
)
{
int
fd
,
clas
;
/* tis code does nothing */
f
(
1
,
2
,
3
);
fd
=
opem
(
"/tmp/a"
,
O_RDONLY
);
// buring your cpu
return
f
(
clas
);
}