Mercurial > hg > Members > kono > nitros9-code
view 3rdparty/packages/ed/getpat.c @ 1100:9ae08792594e
Another stylesheet
author | roug |
---|---|
date | Wed, 09 Apr 2003 19:05:02 +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')); }