|
libalpm
Arch Linux Package Manager Library
|
#include <errno.h>#include <getopt.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <alpm.h>
Go to the source code of this file.
Data Structures | |
| struct | buffer_t |
| struct | list_t |
| struct | options_t |
Defines | |
| #define | DELIM ' ' |
Functions | |
| char * | strndup (const char *s, size_t n) |
| Copies a string. | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 359 of file pacsort.c.
References list_t::count, DELIM, and list_t::list.
1.7.6.1