diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-12 22:31:36 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-02-12 22:31:36 +0800 |
commit | 78e8c9f5ce3e6edaada4550b3a05c91b321ca1df (patch) | |
tree | b949c7476a516414332c5d1078c6261a1c143b2a /mbbsd/xyz.c | |
parent | 35bf1e76c59fa46a7dc2fccff743133a599f68bf (diff) | |
download | pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.gz pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.bz2 pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.lz pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.xz pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.tar.zst pttbbs-78e8c9f5ce3e6edaada4550b3a05c91b321ca1df.zip |
MRT map
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@660 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r-- | mbbsd/xyz.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c index d1e386f1..55f9e475 100644 --- a/mbbsd/xyz.c +++ b/mbbsd/xyz.c @@ -1,4 +1,4 @@ -/* $Id: xyz.c,v 1.16 2003/01/23 18:39:24 in2 Exp $ */ +/* $Id: xyz.c,v 1.17 2003/02/12 14:31:34 victor Exp $ */ #include "bbs.h" /* 各種統計及相關資訊列表 */ @@ -95,6 +95,13 @@ x_weather() } int +x_mrtmap() +{ + more("etc/MRT.map", YEA); + return 0; +} + +int x_stock() { more("etc/stock.tmp", YEA); |