#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include "cpu.h"
#include "misc.h"
Go to the source code of this file.
Functions | |
unsigned long long | mystrtoull (const char *s, char **endp, int base) |
int | mymkstemp (char *templ) |
void | print_separator_line (void) |
unsigned long long mystrtoull | ( | const char * | s, |
char ** | endp, | ||
int | base | ||
) |