hello-algo/codes/c/include/include.h
Yudong Jin 0e49f0053a Update the format of the file headers
of c, cpp, java, js, ts, swift.
2023-01-06 03:39:19 +08:00

13 lines
213 B
C

/**
* File: include.h
* Created Time: 2022-12-20
* Author: MolDuM (moldum@163.com)
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdbool.h>
#include <time.h>
#include "PrintUtil.h"