This document summarizes a library management system project implemented in C programming language. The system allows librarians to manage book information and users to check out books. Key features include adding, searching, viewing, deleting and updating books. Functions are implemented using linked lists, binary and text files. The program code includes data structures to store book and user information and functions for various operations like login, book issue/return, and menu navigation.