Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <flash.h>
Functions | |
bool | validateTrx (struct file *f) |
bool validateTrx | ( | struct file * | f | ) |
Validation for a TRX file type.
f | the file to be validated |