mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
9 lines
108 B
C
9 lines
108 B
C
#ifndef LIBA_STRINGS_H
|
|
#define LIBA_STRINGS_H
|
|
|
|
#include <stdlib.h>
|
|
|
|
void bzero(void * s, size_t n);
|
|
|
|
#endif
|