#include <stdlib.h>#include "shell.h"#include "syntax.h"#include "error.h"#include "mystring.h"Go to the source code of this file.
Functions | |
| void | scopyn (const char *from, char *to, int size) |
| int | prefix (const char *pfx, const char *string) |
| int | number (const char *s) |
| int | is_number (const char *p) |
Variables | |
| char | nullstr [1] |
| int is_number | ( | const char * | p | ) |
Definition at line 124 of file mystring.c.
| int number | ( | const char * | s | ) |
Definition at line 110 of file mystring.c.
| int prefix | ( | const char * | pfx, | |
| const char * | string | |||
| ) |
Definition at line 94 of file mystring.c.
| void scopyn | ( | const char * | from, | |
| char * | to, | |||
| int | size | |||
| ) |
Definition at line 78 of file mystring.c.
| char nullstr[1] |
Definition at line 60 of file mystring.c.
1.5.8