repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
lib
/
libg++
/
g++-include
/
Pix.h
blob
0e087967e055e746c3ae5aa43b9d63878b6d113c
1
2
#ifndef _Pix_h
3
#ifdef __GNUG__
4
#pragma once
5
#pragma interface
6
#endif
7
#define _Pix_h 1
8
typedef
void
*
Pix
;
9
#endif