#include <stdio.h>#include <stdlib.h>#include <stdbool.h>#include <fcntl.h>#include <unistd.h>#include <sys/types.h>#include <sys/stat.h>#include "qDecoder.h"#include "qInternal.h"
Go to the source code of this file.
FunctionsTitleTestFour | |
| int | qCountRead (const char *filepath) |
| bool | qCountSave (const char *filepath, int number) |
| int | qCountUpdate (const char *filepath, int number) |
Read/Write/Update counter file like below.
---- number.dat ---- 74 --------------------
Definition in file qCount.c.
1.5.7.1