Syscalls

Adapted from the msp430-libc implementation of strlen. More...

Files

file  putchar.c
 Kubos-HAL-MSP430F5529 - putchar.
 
file  strnlen.c
 Kubos-HAL-MSP430F5529 - strnlen.
 

Functions

int putchar (int c)
 uart putchar implementation using default console More...
 
size_t strnlen (const char *str, size_t size)
 strnlen implementation. More...
 

Function Documentation

int putchar ( int  c)

uart putchar implementation using default console

size_t strnlen ( const char *  str,
size_t  size 
)

strnlen implementation.