mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-30 08:02:27 +00:00
11 lines
131 B
C
11 lines
131 B
C
/**
|
|
* Created by Jingyu Yan
|
|
* @date 2024-10-01
|
|
*/
|
|
#include <stdlib.h>
|
|
|
|
int main() {
|
|
char *n = malloc(1024);
|
|
|
|
return 0;
|
|
} |