Files
Upsilon/liba/include/strings.h
Émilie Feral 818c56bd45 [python] Enable float
Change-Id: I94111dd821fb3a9ef1e22ae5133c3a48285c52d5
2017-08-25 11:20:49 +02:00

9 lines
108 B
C

#ifndef LIBA_STRINGS_H
#define LIBA_STRINGS_H
#include <stdlib.h>
void bzero(void * s, size_t n);
#endif