#include <iostream.h>Go to the source code of this file.
Functions | |
| void | upper (const char lo[], char *up) |
| void | rmsp (char a[]) |
| void | rmsp (const char a[], char b[]) |
| void | rmdquote (char a[]) |
| void | rpldquote (char a[], const char r) |
| int | isName (char *n) |
| void | rmtsp (char a[]) |
| void | newline (istream &ins) |
| void | dlc (char a[]) |
| int | getNumber (char *&ptr) |
| int | itoa (unsigned int n, char a[]) |
| int | substr (const char ln[], int s, char sub[]) |
| int | substr (const char ln[], int s, int f, char sub[]) |
| void | firstwd (const char ln[], char sub[], char term=' ') |
| void | append (char *&head, const char *tail, int &len, int &maxlen, int incr) |
| void | append (char *&head, const char *tail, int &len, int &maxlen) |
| void append | ( | char *& | head, | |
| const char * | tail, | |||
| int & | len, | |||
| int & | maxlen | |||
| ) |
| void append | ( | char *& | head, | |
| const char * | tail, | |||
| int & | len, | |||
| int & | maxlen, | |||
| int | incr | |||
| ) |
| void dlc | ( | char | a[] | ) |
| void firstwd | ( | const char | ln[], | |
| char | sub[], | |||
| char | term = ' ' | |||
| ) |
| int getNumber | ( | char *& | ptr | ) |
| int isName | ( | char * | n | ) |
| int itoa | ( | unsigned int | n, | |
| char | a[] | |||
| ) |
| void newline | ( | istream & | ins | ) |
| void rmdquote | ( | char | a[] | ) |
| void rmsp | ( | const char | a[], | |
| char | b[] | |||
| ) |
| void rmsp | ( | char | a[] | ) |
| void rmtsp | ( | char | a[] | ) |
| void rpldquote | ( | char | a[], | |
| const char | r | |||
| ) |
| int substr | ( | const char | ln[], | |
| int | s, | |||
| int | f, | |||
| char | sub[] | |||
| ) |
| int substr | ( | const char | ln[], | |
| int | s, | |||
| char | sub[] | |||
| ) |
| void upper | ( | const char | lo[], | |
| char * | up | |||
| ) |
1.5.6