13 lines
220 B
C
13 lines
220 B
C
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include "gtkwin.h"
|
||
|
|
||
|
//typedef void(*LP)(const char str[]);//transform a function to a pointer
|
||
|
|
||
|
void dale(const char str[]);
|
||
|
|
||
|
void config(const char str[]);
|
||
|
|
||
|
void test(char *str);
|
||
|
|