From 1edcf73a73d2007afc61289245763f5cf0c29e10 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@gmail.com> Date: Thu, 04 Dec 2014 07:20:29 +0000 Subject: [PATCH] Detection good, split up col images --- src/utils.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/utils.h b/src/utils.h index 49948f5..5ddc538 100644 --- a/src/utils.h +++ b/src/utils.h @@ -4,11 +4,13 @@ #include <time.h> #include "list.h" +char *find_replace(char *str, char *orig, char *rep); void error(char *s); void malloc_error(); void file_error(char *s); void strip(char *s); void strip_char(char *s, char bad); +void top_k(float *a, int n, int k, int *index); list *split_str(char *s, char delim); char *fgetl(FILE *fp); list *parse_csv_line(char *line); -- Gitblit v1.10.0