math/include/extern.h
2024-12-27 18:10:27 +08:00

9 lines
117 B
C

//
// Created by zhang on 2024/12/27.
//
#ifndef EXTERN_H
#define EXTERN_H
extern char *Username;
#endif //EXTERN_H