Numworks Epsilon  1.4.1
Graphing Calculator Operating System
strings.h
Go to the documentation of this file.
1 #ifndef LIBA_STRINGS_H
2 #define LIBA_STRINGS_H
3 
4 #include <stdlib.h>
5 
6 void bzero(void * s, size_t n);
7 
8 #endif
void bzero(void *s, size_t n)
Definition: bzero.c:3