Change all instances of ioccrf' to iocsh' to reflect the added

capabilities of the IOC shell routines.
This commit is contained in:
W. Eric Norum
2001-05-17 18:16:49 +00:00
parent 84cd107ad9
commit d99fb7029d
20 changed files with 520 additions and 520 deletions

View File

@@ -14,14 +14,14 @@ of this distribution.
#include <stdio.h>
#include "epicsThread.h"
#include "ioccrf.h"
#include "iocsh.h"
int main(int argc,char *argv[])
{
if(argc>=2) {
ioccrf(argv[1]);
iocsh(argv[1]);
epicsThreadSleep(.2);
}
ioccrf(NULL);
iocsh(NULL);
return(0);
}