Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 417 Bytes

CContacts

Compile instructions

This software uses PDCurses, so the compiler should have it installed and link it.

Also, the compiler directive should be C99 The command to compile is the following: gcc ccontacts.c -o ccontacts.exe -lpdcursesw -std=c99

This software was developed and tested on Windows 10 Pro x64, compiling to other platforms may need some code edition.