mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
CUDA so fast
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include "list.h"
|
||||
|
||||
char *find_replace(char *str, char *orig, char *rep);
|
||||
void error(char *s);
|
||||
void error(const char *s);
|
||||
void malloc_error();
|
||||
void file_error(char *s);
|
||||
void strip(char *s);
|
||||
|
Reference in New Issue
Block a user