Skip to content

Instantly share code, notes, and snippets.

@DaveeFTW
Created November 12, 2016 00:34
Show Gist options
  • Save DaveeFTW/b5f7738d9985d5863c1044a656651b3f to your computer and use it in GitHub Desktop.
Save DaveeFTW/b5f7738d9985d5863c1044a656651b3f to your computer and use it in GitHub Desktop.
libkKernel:
attributes: 0
version:
major: 1
minor: 0
main:
start: module_start
modules:
LibcForKernel:
syscall: false
functions:
- _PDCLIB_assert
- tolower
- isspace
- _PDCLIB_errno_func
- imaxabs
- imaxdiv
- strtoimax
- strtoumax
- remove
- rename
- tmpfile
- tmpnam
- fclose
- fflush
- fopen
- freopen
- setbuf
- setvbuf
- fprintf
- fscanf
- printf
- scanf
- snprintf
- sprintf
- sscanf
- vfprintf
- vfscanf
- vprintf
- vscanf
- vsnprintf
- vsprintf
- vsscanf
- fgetc
- fgets
- fputc
- fputs
- gets
- puts
- ungetc
- fread
- fwrite
- fgetpos
- fseek
- fsetpos
- ftell
- rewind
- clearerr
- feof
- ferror
- perror
#- atof
#- strtod
#- strtof
#- strtold
- strtol
- strtoll
- strtoul
- strtoull
- atoi
- atol
- atoll
- rand
- srand
- malloc
- calloc
- free
- realloc
- abort
- atexit
- exit
- _Exit
#- getenv not implemented
#- system not implemented
- bsearch
- qsort
- abs
- labs
- llabs
- div
- ldiv
- lldiv
- memcpy
- memmove
- strcpy
- strcat
- strncat
- memcmp
- strcmp
- strcoll
- strncmp
- strxfrm
- memchr
- strchr
- strcspn
- strpbrk
- strrchr
- strspn
- strstr
- strtok
- memset
- strlen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment