#include <stdio.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
void | strupper (unsigned char *s) |
void | strlower (unsigned char *s) |
void | skipsp (char **p) |
void | skipnext (char **p) |
void skipnext | ( | char ** | p | ) |
Definition at line 69 of file manstrmp.cpp.
References skipsp().
Referenced by main(), MSD_execDisplay(), and MSD_highRound().
void skipsp | ( | char ** | p | ) |
Definition at line 61 of file manstrmp.cpp.
Referenced by lineins(), MSD_execDisplayCoordinates(), optin(), and skipnext().
void strlower | ( | unsigned char * | s | ) |
void strupper | ( | unsigned char * | s | ) |
Definition at line 45 of file manstrmp.cpp.
Referenced by help(), main(), and MSD_lowScanEulerOperator().