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
/
file.h
blob
ca112456ea19276758cdd6eb052be36aaa2f577a
1
2
#ifndef file_h
3
#ifdef __GNUG__
4
#pragma once
5
#pragma interface
6
#endif
7
#include <sys/file.h>
8
#endif