diff options
Diffstat (limited to 'libf2c/libI77/rdfmt.c')
-rw-r--r-- | libf2c/libI77/rdfmt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libf2c/libI77/rdfmt.c b/libf2c/libI77/rdfmt.c index 5371dc3..d5198c1 100644 --- a/libf2c/libI77/rdfmt.c +++ b/libf2c/libI77/rdfmt.c @@ -510,6 +510,7 @@ rd_POS (char *s) return (1); } +int rd_ed (struct syl * p, char *ptr, ftnlen len) { int ch; @@ -584,6 +585,7 @@ rd_ed (struct syl * p, char *ptr, ftnlen len) return (errno); } +int rd_ned (struct syl * p) { switch (p->op) |