This commit is contained in:
corey 2024-01-15 16:02:22 -06:00
parent a64a7117ee
commit 352e46cc64

5
sprint.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
// Print formatted string with variable number
// of arguments into destination string dest
int sprint(char*dest,char*fmt,...);