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
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
pragma-once-1b.h
blob
9c17db4dd517b33384c77ca9a3ef73bd7163ba28
1
#ifndef _B_H_
2
#define _B_H_
3
4
#pragma once
5
6
#include
"pragma-once-1c.h"
7
8
#endif