#include #include void bzero(void s[.n], size_t n); int main(void) { char string; string = strcpy("hallo"); ft_bzero(string); }