sys_alloc.h 103 B

1234567
  1. #ifndef SYS_ALLOC_H
  2. #define SYS_ALLOC_H
  3. void *sys_alloc(unsigned int size);
  4. #endif /* SYS_ALLOC_H */