libinstaller: Use SOURCE_DATE_EPOCH for synthesized modification time stamps
[syslinux.git] / com32 / samples / localboot.c
blobb6f992d6ba40de539b70c82cc6eb7c4504318016
1 #include <syslinux/boot.h>
2 #include <stdlib.h>
4 int main(int argc, char *argv[])
6 syslinux_local_boot(argc > 1 ? atoi(argv[1]) : 0);
8 return 0;