You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#this script takes a file and makes it into a c string in a header file
file_name = "tetris.ch8"
newfile_name = "tetris.h"
start_string = 'const char import_string[] = {'
end_string = '};\nconst size_t import_string_size = sizeof(import_string) / sizeof(import_string[0]);\n//this is tetris.ch8 converted using my python script into a string'