All Projects → mengning → menu

mengning / menu

Licence: Apache-2.0 license
cmdline menu libary

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

menu

cmdline menu libary

example code

#include <stdio.h>
#include <stdlib.h>
#include "menu.h"

int Quit(int argc, char *argv[])
{
    /* add XXX clean ops */
    exit(0);
}

int main()
{

    MenuConfig("version","XXX V1.0(Menu program v1.0 inside)",NULL);
    MenuConfig("quit","Quit from XXX",Quit);
    
    ExecuteMenu();
}

User Links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].