Subdomain Posts
Python | 23 min ago
Python | 23 min ago
Python | 1 day ago
Python | 2 days ago
Python | 2 days ago
Python | 2 days ago
Python | 2 days ago
Python | 3 days ago
Python | 3 days ago
Python | 3 days ago
Recent Posts
None | 3 sec ago
mIRC | 6 sec ago
PHP | 23 sec ago
None | 42 sec ago
None | 47 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
PHP | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 8th of Feb 2010 09:58:36 PM Download | Raw | Embed | Report
  1. enum batch_op {
  2.     OP1 = 2,
  3.     OP2 = 3,
  4.     OP3 = -1,
  5. };
  6.  
  7. struct attrl {
  8.     char *name;
  9.     struct attrl *next;
  10.     enum batch_op op;
  11. };
  12.  
  13. void f(struct attrl *x) {
  14.     x->op = OP3;
  15. }
Submit a correction or amendment below. [ previous version ] | [ difference ] | Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: