#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <stdarg.h>
#include <string.h>
#include "qDecoder.h"
#include "qInternal.h"
Go to the source code of this file.
FunctionsTitleTestFour | |
bool | qHtmlIsEmail (const char *email) |
bool | qHtmlIsUrl (const char *url) |
bool | qHtmlPrintf (FILE *stream, int mode, const char *format,...) |
bool | qHtmlPuts (FILE *stream, int mode, char *buf) |
Definition in file qHtml.c.