Files
magnitudelib/arch/crt.h

13 lines
133 B
C

//
// Created by dongl on 25-8-12.
//
#ifndef CRT_H
#define CRT_H
#include <crt_arch.h>
void _start_c( long *p );
#endif //CRT_H