Need C Programming Laundrylistc Include Include Include Include Include Readlineh Include Q37236836

I need this in C programming.

(70 points) Modify project 9 by adding and modifying the following functions 1) Add a delete function in request. c that delelaundry_list.c

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include”readline.h”
#include”request.h”

/**********************************************************
* main: Prompts the user to enter an operation code, *
* then calls a function to perform the requested *
* action. Repeats until the user enters the *
* command ‘q’. Prints an error message if the user *
* enters an illegal code. *
**********************************************************/

int main(void)
{
char code;

struct request *new_list = NULL;
printf(“Operation Code: a for appending to the list, u for updatinga request”
“, p for printing the list; q

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.