repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config.gcc (m32r-elf): Revert previous delta.
[official-gcc.git]
/
libf2c
/
libF77
/
iargc_.c
blob
c3165709a5367beb33a089c89fa38ecc1b2470fd
1
#include
"f2c.h"
2
3
ftnint
4
G77_iargc_0
(
void
)
5
{
6
extern
int
f__xargc
;
7
return
(
f__xargc
-
1
);
8
}