Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode OS program Linux-Unix
Title: shell Download
 Description: # Include <stdio.h># Include <string.h># Include <limits.h># Include <unistd.h># Include <sys/types.h># Define PROMPT_STRING [myshell] $ # define QUIT_STRING exit static char inbuf [MAX_CANON] char* g_ptr char* g_lim extern void yylex () int main (void) (for () (if (fputs (PROMPT_STRING, stdout) == EOF) continue if (fgets (inbuf, MAX_CANON, stdin) == NULL) continue if (strcmp (inbuf, QUIT_STRING) == 0) break g_ptr = inbuf g_lim = inbuf+ strlen (inbuf) yylex ()) return 0)
 Downloaders recently: [More information of uploader ltl1368737]
  • [myshell] - achieve Shell, can handle orders cd : th
  • [blackwhite111234] - a pure c language used in the preparatio
  • [Linux_myshell] - This is the Linux system used in the pre
  • [LinuxUART] - linux serial port programming under# inc
  • [fileserver] - linux server-side under the large file t
  • [myshell] - To realize his shell under unix simulati
  • [myshell] - With C++ Prepared Linux myshell, support
  • [udp] - UDP under linux simple function to trans
  • [myshell] - With pure C language under Linux in a Sh
  • [findutils-4.2.33.tar] - shell find command source. Find function
File list (Check if you may need any files):
shell
.....\shell.rar.tgz
    

CodeBus www.codebus.net