Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/ed/getpat.c @ 1540:dbc5e82a3127
Updated rbfdefs in correct version -- thanks Rodney!
author | boisy |
---|---|
date | Thu, 22 Apr 2004 12:04:42 +0000 |
parents | bef1844de0dc |
children |
line wrap: on
line source
/* getpat.c */ #include <stdio.h> #include "tools.h" /* Translate arg into a TOKEN string */ TOKEN * getpat(arg) char *arg; { return(makepat(arg, '\000')); }