#include <stdio.h>
#include "parm.h"
Go to the source code of this file.
Functions | |
char | tochar (int i) |
newchar () | |
main () | |
Variables | |
char | levels [1000] |
int | cur_col |
int | bracecount |
int | bracketcount |
int | parencount |
main | ( | ) |
Definition at line 42 of file parencount.c.
References bracecount, bracketcount, cur_col, levels, newchar(), parencount, and tochar().
newchar | ( | ) |
char tochar | ( | int | i | ) |
int bracecount |
int bracketcount |
int cur_col |
char levels[1000] |
int parencount |