Home
last modified time | relevance | path

Searched refs:st (Results 1 – 1 of 1) sorted by relevance

/tinycbor-2.7.6/examples/
Dsimplereader.c11 struct stat st; in readfile() local
15 if (fstat(fileno(f), &st) == -1) in readfile()
17 uint8_t *buf = malloc(st.st_size); in readfile()
18 *size = fread(buf, st.st_size, 1, f); in readfile()