OpenCore
1.0.4
OpenCore Bootloader
|
#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <time.h>
#include <UserPseudoRandom.h>
#include "macserial.h"
#include "modelinfo.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 712 of file macserial.c.