My library
Library for common tasks
myLibrary.h
Go to the documentation of this file.
1
7#include "constants.h"
8
9#include "macros.h"
10
11#include "types.h"
12
13#include "strings.h"
14
15#include "arrays.h"
16
17#include "utility.h"
18
19#include "arrayList.h"
20
21#include "linkedList.h"
22
23#include "stack.h"
24
25#include "queue.h"
Functions for working with ArrayList type.
Common tasks with arrays: sorting, searching, printing etc.
Definition of symbolic constants used by the library.
Functions for working with LinkedList type.
Macros for emulated overloading.
Functions for working with Queue type.
Functions for working with Stack type.
Common tasks with strings.
Collection of useful types.
Common tasks such as comparing variables, allocate memory.