homework/cpp/myfunc.h

12 lines
125 B
C

#ifndef myfunc_H
#define myfunc_H
#include <stdint.h>
struct model {
char * ptr;
uint32_t len ;
};
#endif