pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
4 sec ago
Uploaded.to Premium Acc...
14 sec ago
Untitled
16 sec ago
Untitled
18 sec ago
Untitled
22 sec ago
Untitled
PHP | 27 sec ago
Untitled
29 sec ago
InTheCrack E634 Riley R...
30 sec ago
Layout Width
Share Pastebin
caiobm
By: a guest | Feb 28th, 2009 | Syntax:
C
| Size: 0.34 KB | Hits: 47 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
#include <io.h>
#include <fcntl.h>
main
(
)
{
int
ind
=
creat
(
"teste.txt"
,
O_BINARY
)
;
char
*
buf
=
"Olá, como esta
\n
\0
"
;
int
bufint
[
3
]
;
write
(
ind
,
buf
,
18
)
;
bufint
[
0
]
=
1
;
bufint
[
1
]
=
1111
;
bufint
[
2
]
=
12
;
write
(
ind
,
bufint
,
3
)
;
close
(
ind
)
;
}
create new paste
|
create new version of this paste
RAW Paste Data