| Atlas Runtime
    | 
#include <alloca.h>#include <assert.h>#include <complex>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/time.h>
| Classes | |
| struct | Node | 
| struct | SearchResult | 
| Typedefs | |
| typedef struct Node | Node | 
| typedef struct SearchResult | SearchResult | 
| Functions | |
| Node * | createNode (int Num, int NumBlanks, __attribute__((unused)) int NumFAI) | 
| Node * | insertPass1 (int Num, int NumBlanks, int NumFAI) | 
| Node * | insertPass2 (int Num, int NumBlanks, int NumFAI) | 
| long | printSLL () | 
| int | main (int argc, char *argv[]) | 
| Variables | |
| Node * | SLL = NULL | 
| Node * | InsertAfter = NULL | 
| typedef struct SearchResult SearchResult | 
| Node* createNode | ( | int | Num, | 
| int | NumBlanks, | ||
| __attribute__((unused)) int | NumFAI | ||
| ) | 
| Node* insertPass1 | ( | int | Num, | 
| int | NumBlanks, | ||
| int | NumFAI | ||
| ) | 
| Node* insertPass2 | ( | int | Num, | 
| int | NumBlanks, | ||
| int | NumFAI | ||
| ) | 
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
| long printSLL | ( | ) | 
| Node* InsertAfter = NULL | 
| Node* SLL = NULL |