HttpServer/util.h

13 lines
196 B
C
Raw Normal View History

2024-06-24 20:04:27 +01:00
//
// Created by franchioping on 6/24/24.
//
#ifndef UNTITLED1_UTIL_H
#define UNTITLED1_UTIL_H
#include <stddef.h>
void print_string(char* sting, size_t string_len);
#endif //UNTITLED1_UTIL_H