xref: /third_party/alsa-utils/alsamixer/mem.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/alsa-utils/alsamixer/
1c72fcc34Sopenharmony_ci#ifndef MEM_H_INCLUDED
2c72fcc34Sopenharmony_ci#define MEM_H_INCLUDED
3c72fcc34Sopenharmony_ci
4c72fcc34Sopenharmony_ci#include <stddef.h>
5c72fcc34Sopenharmony_ci
6c72fcc34Sopenharmony_civoid *ccalloc(size_t n, size_t size);
7c72fcc34Sopenharmony_civoid *crealloc(void *ptr, size_t new_size);
8c72fcc34Sopenharmony_cichar *cstrdup(const char *s);
9c72fcc34Sopenharmony_cichar *casprintf(const char *fmt, ...) __attribute__((__format__(printf, 1, 2)));
10c72fcc34Sopenharmony_ci
11c72fcc34Sopenharmony_ci#endif
12

Indexes created Thu Nov 07 10:32:03 CST 2024