#include <stdio.h> #include "seperate.h" int main(void) { char s = "123adb456"; func(s); }# ./a.out 123 abc 456


만들어드렸습니다 ^^