|
FreeNOS
|
#include <Types.h>#include "LinnSuperBlock.h"#include "LinnGroup.h"#include "LinnInode.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <time.h>Go to the source code of this file.
Functions | |
| char * | timeString (u32 timestamp) |
| void | usage (char *prog) |
| int | main (int argc, char **argv) |
| Program entry point. More... | |
| char* timeString | ( | u32 | timestamp | ) |
Definition at line 28 of file LinnDump.cpp.
References malloc(), strdup(), and timestamp().
Referenced by main().
| void usage | ( | char * | prog | ) |
Definition at line 52 of file LinnDump.cpp.
References printf().
Referenced by ArgumentParser::getUsage(), and main().
1.8.17