|
FreeRDP
|
#include <stdlib.h>#include <stdbool.h>#include <stdio.h>#include <ctype.h>#include <string.h>#include "../cmdline.h"Functions | |
| static char * | resize (char **buffer, size_t *size, size_t increment) |
| static char * | append (char **buffer, size_t *size, const char *str) |
| static LPSTR | tr_esc_str (LPCSTR arg, bool format) |
| int | main (int argc, char *argv[]) |
|
static |


| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |

|
static |

|
static |

