mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
initial commit
This commit is contained in:
2
VBLADE/vblade-master/config/config.h.in
Normal file
2
VBLADE/vblade-master/config/config.h.in
Normal file
@@ -0,0 +1,2 @@
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
//u64 typedef unsigned long long u64;
|
8
VBLADE/vblade-master/config/u64.c
Normal file
8
VBLADE/vblade-master/config/u64.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
u64 n;
|
||||
printf("%d\n", (int) n+2);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user