13 lines
134 B
C
13 lines
134 B
C
//
|
|
// Created by dongl on 25-8-5.
|
|
//
|
|
|
|
#ifndef LIBKASM_H
|
|
#define LIBKASM_H
|
|
|
|
#define __asm_memcpy
|
|
|
|
void crt0(void);
|
|
|
|
#endif //LIBKASM_H
|