#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>
#include <iostream>
#include "mplayer.h"
#include "iniparser.h"
Go to the source code of this file.
Functions | |
static bool | searchString (FILE *f, const char *s) |
static bool searchString | ( | FILE * | f, | |
const char * | s | |||
) | [static] |
Definition at line 72 of file mplayer.cpp.