INGOR
Loading...
Searching...
No Matches
ytUtil.h
1/*
2 util/ytUtil.{h,c} : Utility functions
3 Copyright (C) 2019, Yoshinori Tamada <tamada A T ytlab.jp>
4 All rights reserved.
5
6 See LICENSE.txt for details of the licensing agreement.
7*/
8#ifndef __YTLIB_UTIL_H
9#define __YTLIB_UTIL_H
10#include <stdio.h>
11#include "lang/ytType.h"
12void ytUtil_printArrayInt(FILE * fp, const int * ar, int n, const char * delim);
13size_t ytUtil_checksum(ytByte * ptr, size_t bytes);
14void ytUtil_dump(ytByte * ptr, size_t bytes);
15#endif /* __YTLIB_UTIL_H */