Toggle navigation
Home
Forum
Files
MUDs
Paste
Wiki
Log in
MudBytes File Repository
delcr.c
Discuss
View
Update
Edit
Download
/
Toggle navigation
ftp_game.org
VEGO/lib/
Toggle navigation
bugs.txt.gz
credits.txt.gz
delcr.gz
greetings.txt.gz
help.txt.gz
help_key.txt.gz
ideas.txt.gz
info.txt.gz
messages.txt.gz
motd.txt.gz
news.txt.gz
poses.txt.gz
social.txt
story.txt.gz
tinyworld.mob.gz
tinyworld.obj.gz
tinyworld.shp.gz
tinyworld.wld.gz
tinyworld.zon.gz
typos.txt.gz
wizlist.txt.gz
VEGO/lib/boards/
Toggle navigation
board.1203.gz
board.1204.gz
board.1205.gz
board.1206.gz
board.1207.gz
board.1208.gz
board.3054.gz
board.global.gz
VEGO/src/
Toggle navigation
MAXpatch.c
Makefile
act_comm.c
act_comm.o
act_info.c
act_info.o
act_move.c
act_move.o
act_o1.c
act_o1.o
act_o2.c
act_o2.o
act_off.c
act_off.o
act_oth.c
act_oth.o
act_soc.c
act_soc.o
act_wiz.c
act_wiz.o
alias.c
board.c
board.o
changes.c
changes.o
comm.c
comm.o
const.c
const.o
db.c
db.h
db.o
delcr.c
fight.c
fight.o
fount.c
fount.o
handler.c
handler.h
handler.o
interp.c
interp.h
interp.o
limits.c
limits.h
limits.o
magic.c
magic.o
mob.h
mob.num
mob_act.c
mob_act.o
namegrab
namegrab.c
nanny.c
nanny.o
obj.h
obj.num
rick_comm.c
sam_funcs.c
shop.c
sign.c
spec_ass.c
spec_pro.c
spells.c
spells.h
startup
structs.h
tags
utility.c
utils.h
weather.c
#include <stdio.h> main() { char ch; while ((ch=getchar())!=EOF) if (ch!='\r') putchar(ch); }