archivesOfToyLang/tshunhue/雜七雜八/a_lib.c

9 lines
120 B
C
Raw Normal View History

2023-09-30 22:30:08 +08:00
#include "a_lib.h"
#include <stdio.h>
int function (void){
printf("executing the function...\n");
return 1;
}