Redus Russ

Generation

translateTue, 28 Feb 2023

memset("1760", 32, 1760)

def memset(s, c, n): for i in range(n): s[i] = c

Want to kickstart your project?Use the new AI Studio to create your code