File: linux_string.h

package info (click to toggle)
u-boot 2019.01%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 118,016 kB
file content (8 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
#ifndef _LINUX_LINUX_STRING_H_
#define _LINUX_LINUX_STRING_H_

extern char * skip_spaces(const char *);

extern char *strim(char *);

#endif