Searched full:h (Results 1 – 15 of 15) sorted by relevance
10 // Users can override lfs_util.h with their own configuration by defining11 // LFS_CONFIG as a header file to include (-DLFS_CONFIG=lfs_config.h).14 // provided by the config file. To start, I would suggest copying lfs_util.h23 #include <stdint.h>24 #include <stdbool.h>25 #include <string.h>26 #include <inttypes.h>29 #include <stdlib.h>33 #include <sys/__assert.h>35 #include <assert.h>[all …]
35 #include "lfs.h"95 can be found in the comments in [lfs.h](lfs.h).123 [lfs.h](lfs.h), or an error returned by the user's block device operations.195 [emulated block device](emubd/lfs_emubd.h) found in the emubd directory.
7 #include "lfs_util.h"
32 -include stdio.h"306 # Find version defined in lfs.h307 LFS_VERSION=$(grep -ox '#define LFS_VERSION .*' lfs.h | cut -d ' ' -f3)
10 #include <stdint.h>11 #include <stdbool.h>
431 || file B | || file E | || file H | || | || file K | || file N |507 | B |<-| E |--| H |<-| K |--| N | | Q |
7 #include "lfs.h"8 #include "lfs_util.h"
11 #include "lfs.h"12 #include "lfs_util.h"13 #include "bd/lfs_rambd.h"14 #include "bd/lfs_filebd.h"
7 #include "bd/lfs_filebd.h"9 #include <fcntl.h>10 #include <unistd.h>11 #include <errno.h>
10 #include "lfs.h"11 #include "lfs_util.h"
8 #include "bd/lfs_testbd.h"10 #include <stdlib.h>
7 #include "bd/lfs_rambd.h"
138 outf.write("#include <stdio.h>\n")139 outf.write("#include <stdbool.h>\n")140 outf.write("#include <stdint.h>\n")141 outf.write("#include <inttypes.h>\n")142 outf.write("#include <signal.h>\n")
39 #include "lfs.h"40 #include "bd/lfs_testbd.h"41 #include <stdio.h>