#include <stddef.h>#include <string.h>#include <stdlib.h>#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | MAX_TABS 32 |
Functions | |
| _PROTOTYPE (int main,(int argc, char **argv)) | |
| _PROTOTYPE (void Expand,(FILE *f, int tab_index, int tabs[])) | |
| int | main (int argc, argv) |
| void | Expand (FILE *f, int tab_index, tabs) |
Variables | |
| int | column = 0 |
| _PROTOTYPE | ( | int | main, | |
| (int argc, char **argv) | ||||
| ) |
1.5.8