ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
quote.c File Reference
#include "stralloc.h"
#include "str.h"
#include "quote.h"
Include dependency graph for quote.c:

Go to the source code of this file.

Functions

int quote_need (const char *s, unsigned int n)
int quote (stralloc *saout, const stralloc *sain)
int quote2 (stralloc *sa, const char *s)

Function Documentation

◆ quote()

int quote ( stralloc * saout,
const stralloc * sain )

Definition at line 57 of file quote.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ quote2()

int quote2 ( stralloc * sa,
const char * s )

Definition at line 65 of file quote.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ quote_need()

int quote_need ( const char * s,
unsigned int n )

Definition at line 40 of file quote.c.

Here is the caller graph for this function: