代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/306631/13740915
txt readme.txt
Assignment 4
CS 4TF3
George A. Papayiannis
April 9 2005
The code was developed in CYGWIN (http://www.cygwin.com/) with the lastet version of GCC.
To execute the code please copy the contents of
www.eeworm.com/read/306457/13744803
c main.c
#include "def.h"
main(void)
{
int i;
initcold();
for (;;)
{
initwarm();
if (getline())
if (i = parse())
execute(i);
}