Auto stash before merge of "master" and "origin/master"

This commit is contained in:
Manzovince
2019-04-22 15:14:20 +02:00
parent 88b126d3f1
commit b5f8e37699
2 changed files with 11 additions and 9 deletions

View File

@@ -83,13 +83,8 @@ int main()
unsigned int map[10] = {1568713153, 817645681, 654186132, 538171355, 1718453135, 551286515, 1631843343, 3413834313, 1155555555, 999999999};
int i;
i = -1;
while (++i < 10)
{
print_bits(map[i]);
printf(" ");
}
printf("\n");
//while (i < 10)
// printf("%d\n", map[i++]);
test(map);
return (0);
}