abh - HTMLify profile

abh's Profile Picture

abh

509 Files

102923 Views

Latest files of /abh/learning/c/BPPL/Phase-2/combo_menu

menu.c abh/learning/c/BPPL/Phase-2/combo_menu/menu.c
27 Views
0 Comments
#include <ncurses.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>


char *get_item_name(int *number) {
static char name[10];