Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 8th, 2016
195
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C (WinAPI)
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
#ifndef _LIST
#define _LIST
#include <windows.h>
struct
node
{
DWORD data
;
struct
node
*
next
;
}
List
,
*
PList
;
#endif
Add Comment
Please,
Sign In
to add comment
Public Pastes
texto en video
Python | 2 min ago | 2.03 KB
kwol
Lua | 24 min ago | 4.22 KB
Untitled
XML | 29 min ago | 32.84 KB
clear_cache.bat
Batch | 35 min ago | 0.17 KB
tensorrt_rtx script
Python | 42 min ago | 20.67 KB
reset_adapter.cmd
Batch | 45 min ago | 0.17 KB
extract_archive.bat
Batch | 55 min ago | 0.17 KB
fetch_logs.ps1
Batch | 1 hour ago | 0.17 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!