xv6-simplified 0.1
简化版xv6
|
#include "include/types.h"
#include "include/stat.h"
#include "user/user.h"
#include "include/param.h"
Data Structures | |
union | header |
Typedefs | |
typedef long | Align |
typedef union header | Header |
Functions | |
void | free (void *ap) |
typedef long Align |
void free | ( | void * | ap | ) |